Html Css Color HEX #372675 Windsor

📋 copy color: '#372675'

red 55 ◦ green 38 ◦ blue 117

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

Shades of Windsor #372675

Tints of Windsor #372675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 26.19%
G = 18.1%
B = 55.71%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#372675 (or 0x372675) is known color: Windsor. HEX triplet: 37, 26 and 75. RGB value is (55,38,117). Sum of RGB (Red+Green+Blue) = 55+38+117=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #372675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372675 is #C8D98A. Grayscale: #333333. Windows color (decimal): -13162891 or 7677495. OLE color: 7677495.

HSL color Cylindrical-coordinate representation of color #372675: hue angle of 252.91º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372675 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 38 117 -
CMYK 0.53 0.68 0 0.54
HSL 252.91º 0.51% 0.3% -
HSV(B) 252.91º 0.68% 0.46% -
XYZ 5.48 3.48 17.21 -
YUV 52.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 55 38 117 0.53 0.68 0 0.54 252.91 0.51 0.3
Hex 37 26 75 35 44 0 36 FD 33 1E
Octal 67 46 165 65 104 0 66 375 63 36
Binary 110111 100110 1110101 110101 1000100 0 110110 11111101 110011 11110

Color Harmonies of #372675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372675

Black with #372675

Text Example


Text Example

White with #372675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372675; }

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

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

background-color css

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

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

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

border-color css

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

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

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