#44337A

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

Shades of Windsor #44337A

Tints of Windsor #44337A

Color information

#44337A (or 0x44337A) is unknown color: approx Windsor. HEX triplet: 44, 33 and 7A. RGB value is (68,51,122). Sum of RGB (Red+Green+Blue) = 68+51+122=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #44337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44337A is #BBCC85. Grayscale: #3F3F3F. Windows color (decimal): -12307590 or 8008516. OLE color: 8008516.

HSL color Cylindrical-coordinate representation of color #44337A: hue angle of 254.37º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44337A is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6851122-
CMYK0.440.5800.52
HSL254.37º41.04%33.92%-
HSV(B)254.37º58.2%47.84%-
XYZ7.08519-
YUV64.18160.63130.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=28.22%
G=21.16%
B=50.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68511220.440.5800.52254.3741.0433.92
Hex44337A2C3A034fe2922
Octal1046317254720643765142
Binary10001001100111111010101100111010011010011111110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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