Html Css Color HEX #372A7C Windsor

📋 copy color: '#372A7C'

red 55 ◦ green 42 ◦ blue 124

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

Shades of Windsor #372A7C

Tints of Windsor #372A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

 BLUE value IS 124 (48.83% from 255) = 56.11%

R = 24.89%
G = 19%
B = 56.11%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#372A7C (or 0x372A7C) is known color: Windsor. HEX triplet: 37, 2A and 7C. RGB value is (55,42,124). Sum of RGB (Red+Green+Blue) = 55+42+124=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #372A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372A7C is #C8D583. Grayscale: #363636. Windows color (decimal): -13161860 or 8137271. OLE color: 8137271.

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

Color convert

RGB 55 42 124 -
CMYK 0.56 0.66 0 0.51
HSL 249.51º 0.49% 0.33% -
HSV(B) 249.51º 0.66% 0.49% -
XYZ 6.04 3.92 19.51 -
YUV 55.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 55 42 124 0.56 0.66 0 0.51 249.51 0.49 0.33
Hex 37 2A 7C 38 42 0 33 FA 31 21
Octal 67 52 174 70 102 0 63 372 61 41
Binary 110111 101010 1111100 111000 1000010 0 110011 11111010 110001 100001

Color Harmonies of #372A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A7C

Black with #372A7C

Text Example


Text Example

White with #372A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,42,124); }

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

background-color css

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

 a { background-color: rgb(55,42,124); }

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

border-color css

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

 span { border-color: rgb(55,42,124); }

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