#44287D

Color #44287D Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #44287D

Tints of Windsor #44287D

Color information

#44287D (or 0x44287D) is unknown color: approx Windsor. HEX triplet: 44, 28 and 7D. RGB value is (68,40,125). Sum of RGB (Red+Green+Blue) = 68+40+125=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #44287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44287D is #BBD782. Grayscale: #393939. Windows color (decimal): -12310403 or 8202308. OLE color: 8202308.

HSL color Cylindrical-coordinate representation of color #44287D: hue angle of 259.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44287D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6840125-
CMYK0.460.6800.51
HSL259.76º51.52%32.35%-
HSV(B)259.76º68%49.02%-
XYZ6.844.2319.86-
YUV58.06165.78135.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 125 (49.22% from 255) = 53.65%
R=29.18%
G=17.17%
B=53.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68401250.460.6800.51259.7651.5232.35
Hex44287D2E440331043420
Octal10450175561040634046440
Binary1000100101000111110110111010001000110011100000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44287D; }

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

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

<style>
 a { background-color: #44287D; }

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

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

<style>
 span { border-color: #44287D; }

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

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