#44347C

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

Shades of Windsor #44347C

Tints of Windsor #44347C

Color information

#44347C (or 0x44347C) is unknown color: approx Windsor. HEX triplet: 44, 34 and 7C. RGB value is (68,52,124). Sum of RGB (Red+Green+Blue) = 68+52+124=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #44347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44347C is #BBCB83. Grayscale: #404040. Windows color (decimal): -12307332 or 8139844. OLE color: 8139844.

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

Color convert

RGB6852124-
CMYK0.450.5800.51
HSL253.33º40.91%34.51%-
HSV(B)253.33º58.06%48.63%-
XYZ7.255.1419.68-
YUV64.99161.3130.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=27.87%
G=21.31%
B=50.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68521240.450.5800.51253.3340.9134.51
Hex44347C2D3A033fd2923
Octal1046417455720633755143
Binary10001001101001111100101101111010011001111111101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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