Html Css Color HEX #372682 Windsor

📋 copy color: '#372682'

red 55 ◦ green 38 ◦ blue 130

#372682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #372682

Tints of Windsor #372682

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 24.66%
G = 17.04%
B = 58.3%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372682 (or 0x372682) is known color: Windsor. HEX triplet: 37, 26 and 82. RGB value is (55,38,130). Sum of RGB (Red+Green+Blue) = 55+38+130=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #372682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372682 is #C8D97D. Grayscale: #353535. Windows color (decimal): -13162878 or 8529463. OLE color: 8529463.

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

Color convert

RGB 55 38 130 -
CMYK 0.58 0.71 0 0.49
HSL 251.09º 0.55% 0.33% -
HSV(B) 251.09º 0.71% 0.51% -
XYZ 6.3 3.81 21.52 -
YUV 53.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 55 38 130 0.58 0.71 0 0.49 251.09 0.55 0.33
Hex 37 26 82 3A 47 0 31 FB 37 21
Octal 67 46 202 72 107 0 61 373 67 41
Binary 110111 100110 10000010 111010 1000111 0 110001 11111011 110111 100001

Color Harmonies of #372682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372682

Black with #372682

Text Example


Text Example

White with #372682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372682; }

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

 H1.HeaderClassName
 {
   color: #372682;
 }
 .AnyTagClassName
 {
   color: #372682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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