Html Css Color HEX #372B7F Windsor

📋 copy color: '#372B7F'

red 55 ◦ green 43 ◦ blue 127

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

Shades of Windsor #372B7F

Tints of Windsor #372B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 127 (50% from 255) = 56.44%

R = 24.44%
G = 19.11%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#372B7F (or 0x372B7F) is known color: Windsor. HEX triplet: 37, 2B and 7F. RGB value is (55,43,127). Sum of RGB (Red+Green+Blue) = 55+43+127=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #372B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B7F is #C8D480. Grayscale: #373737. Windows color (decimal): -13161601 or 8334135. OLE color: 8334135.

HSL color Cylindrical-coordinate representation of color #372B7F: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372B7F is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 43 127 -
CMYK 0.57 0.66 0 0.50
HSL 248.57º 0.49% 0.33% -
HSV(B) 248.57º 0.66% 0.5% -
XYZ 6.27 4.07 20.53 -
YUV 56.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 55 43 127 0.57 0.66 0 0.50 248.57 0.49 0.33
Hex 37 2B 7F 39 42 0 32 F9 31 21
Octal 67 53 177 71 102 0 62 371 61 41
Binary 110111 101011 1111111 111001 1000010 0 110010 11111001 110001 100001

Color Harmonies of #372B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B7F

Black with #372B7F

Text Example


Text Example

White with #372B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372B7F; }

 p { color: rgb(55,43,127); }

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

background-color css

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

 a { background-color: rgb(55,43,127); }

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

border-color css

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

 span { border-color: rgb(55,43,127); }

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