#44367C

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

Shades of Windsor #44367C

Tints of Windsor #44367C

Color information

#44367C (or 0x44367C) is unknown color: approx Windsor. HEX triplet: 44, 36 and 7C. RGB value is (68,54,124). Sum of RGB (Red+Green+Blue) = 68+54+124=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #44367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44367C is #BBC983. Grayscale: #414141. Windows color (decimal): -12306820 or 8140356. OLE color: 8140356.

HSL color Cylindrical-coordinate representation of color #44367C: hue angle of 252º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44367C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6854124-
CMYK0.450.5600.51
HSL252º39.33%34.9%-
HSV(B)252º56.45%48.63%-
XYZ7.345.3219.71-
YUV66.17160.64129.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=27.64%
G=21.95%
B=50.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68541240.450.5600.5125239.3334.9
Hex44367C2D38033fc2723
Octal1046617455700633744743
Binary10001001101101111100101101111000011001111111100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44367C; }

 p { color: rgb(68,54,124); }

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

<style>
 a { background-color: #44367C; }

 a { background-color: rgb(68,54,124); }

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

<style>
 span { border-color: #44367C; }

 span { border-color: rgb(68,54,124); }

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