Html Css Color HEX #372681 Windsor

📋 copy color: '#372681'

red 55 ◦ green 38 ◦ blue 129

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

Shades of Windsor #372681

Tints of Windsor #372681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 24.77%
G = 17.12%
B = 58.11%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372681 (or 0x372681) is known color: Windsor. HEX triplet: 37, 26 and 81. RGB value is (55,38,129). Sum of RGB (Red+Green+Blue) = 55+38+129=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #372681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372681 is #C8D97E. Grayscale: #353535. Windows color (decimal): -13162879 or 8463927. OLE color: 8463927.

HSL color Cylindrical-coordinate representation of color #372681: hue angle of 251.21º degrees, saturation: 0.54, 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 #372681 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 38 129 -
CMYK 0.57 0.71 0 0.49
HSL 251.21º 0.54% 0.33% -
HSV(B) 251.21º 0.71% 0.51% -
XYZ 6.23 3.78 21.17 -
YUV 53.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 55 38 129 0.57 0.71 0 0.49 251.21 0.54 0.33
Hex 37 26 81 39 47 0 31 FB 36 21
Octal 67 46 201 71 107 0 61 373 66 41
Binary 110111 100110 10000001 111001 1000111 0 110001 11111011 110110 100001

Color Harmonies of #372681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372681

Black with #372681

Text Example


Text Example

White with #372681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372681; }

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

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

background-color css

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

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

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

border-color css

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

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

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