Html Css Color HEX #37297C Windsor

📋 copy color: '#37297C'

red 55 ◦ green 41 ◦ blue 124

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

Shades of Windsor #37297C

Tints of Windsor #37297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 25%
G = 18.64%
B = 56.36%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37297C (or 0x37297C) is known color: Windsor. HEX triplet: 37, 29 and 7C. RGB value is (55,41,124). Sum of RGB (Red+Green+Blue) = 55+41+124=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #37297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37297C is #C8D683. Grayscale: #363636. Windows color (decimal): -13162116 or 8137015. OLE color: 8137015.

HSL color Cylindrical-coordinate representation of color #37297C: hue angle of 250.12º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37297C is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 41 124 -
CMYK 0.56 0.67 0 0.51
HSL 250.12º 0.5% 0.32% -
HSV(B) 250.12º 0.67% 0.49% -
XYZ 6.01 3.85 19.5 -
YUV 54.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 55 41 124 0.56 0.67 0 0.51 250.12 0.5 0.32
Hex 37 29 7C 38 43 0 33 FA 32 20
Octal 67 51 174 70 103 0 63 372 62 40
Binary 110111 101001 1111100 111000 1000011 0 110011 11111010 110010 100000

Color Harmonies of #37297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37297C

Black with #37297C

Text Example


Text Example

White with #37297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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