#372684

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

Shades of Windsor #372684

Tints of Windsor #372684

Color information

#372684 (or 0x372684) is unknown color: approx Windsor. HEX triplet: 37, 26 and 84. RGB value is (55,38,132). Sum of RGB (Red+Green+Blue) = 55+38+132=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #372684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372684 is #C8D97B. Grayscale: #353535. Windows color (decimal): -13162876 or 8660535. OLE color: 8660535.

HSL color Cylindrical-coordinate representation of color #372684: hue angle of 250.85º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372684 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5538132-
CMYK0.580.7100.48
HSL250.85º55.29%33.33%-
HSV(B)250.85º71.21%51.76%-
XYZ6.433.8622.24-
YUV53.8172.13128.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=24.44%
G=16.89%
B=58.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55381320.580.7100.48250.8555.2933.33
Hex3726843A47030fb3721
Octal6746204721070603736741
Binary110111100110100001001110101000111011000011111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372684; }

 p { color: rgb(55,38,132); }

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

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

 a { background-color: rgb(55,38,132); }

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

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

 span { border-color: rgb(55,38,132); }

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