#44286E

Color #44286E Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #44286E

Tints of Blue Diamond #44286E

Color information

#44286E (or 0x44286E) is unknown color: approx Blue Diamond. HEX triplet: 44, 28 and 6E. RGB value is (68,40,110). Sum of RGB (Red+Green+Blue) = 68+40+110=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #44286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44286E is #BBD791. Grayscale: #383838. Windows color (decimal): -12310418 or 7219268. OLE color: 7219268.

HSL color Cylindrical-coordinate representation of color #44286E: hue angle of 264º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44286E is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6840110-
CMYK0.380.6400.57
HSL264º46.67%29.41%-
HSV(B)264º63.64%43.14%-
XYZ5.963.8715.19-
YUV56.35158.28136.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=31.19%
G=18.35%
B=50.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68401100.380.6400.5726446.6729.41
Hex44286E26400391082f1d
Octal10450156461000714105735
Binary100010010100011011101001101000000011100110000100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44286E; }

 p { color: rgb(68,40,110); }

 H1.HeaderClassName
 {
   color: #44286E;
 }
 .AnyTagClassName
 {
   color: #44286E;
 }
</style>
background-color css

<style>
 a { background-color: #44286E; }

 a { background-color: rgb(68,40,110); }

 div.DivClassName
 {
   background-color: #44286E;
 }
 .BgClassName
 {
   background-color: #44286E;
 }
</style>
border-color css

<style>
 span { border-color: #44286E; }

 span { border-color: rgb(68,40,110); }

 td.TdClassName
 {
   border-color: #44286E;
 }
 .TagClassName
 {
   border-color: #44286E;
 }
</style>