#44337F

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

Shades of Windsor #44337F

Tints of Windsor #44337F

Color information

#44337F (or 0x44337F) is unknown color: approx Windsor. HEX triplet: 44, 33 and 7F. RGB value is (68,51,127). Sum of RGB (Red+Green+Blue) = 68+51+127=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #44337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44337F is #BBCC80. Grayscale: #404040. Windows color (decimal): -12307585 or 8336196. OLE color: 8336196.

HSL color Cylindrical-coordinate representation of color #44337F: hue angle of 253.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44337F is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6851127-
CMYK0.460.6000.50
HSL253.42º42.7%34.9%-
HSV(B)253.42º59.84%49.8%-
XYZ7.45.1320.68-
YUV64.75163.13130.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 127 (50% from 255) = 51.63%
R=27.64%
G=20.73%
B=51.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68511270.460.6000.50253.4242.734.9
Hex44337F2E3C032fd2b23
Octal1046317756740623755343
Binary10001001100111111111101110111100011001011111101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44337F; }

 p { color: rgb(68,51,127); }

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

<style>
 a { background-color: #44337F; }

 a { background-color: rgb(68,51,127); }

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

<style>
 span { border-color: #44337F; }

 span { border-color: rgb(68,51,127); }

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