Html Css Color HEX #37297B Windsor

📋 copy color: '#37297B'

red 55 ◦ green 41 ◦ blue 123

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

Shades of Windsor #37297B

Tints of Windsor #37297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.16%

R = 25.11%
G = 18.72%
B = 56.16%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37297B (or 0x37297B) is known color: Windsor. HEX triplet: 37, 29 and 7B. RGB value is (55,41,123). Sum of RGB (Red+Green+Blue) = 55+41+123=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #37297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37297B is #C8D684. Grayscale: #363636. Windows color (decimal): -13162117 or 8071479. OLE color: 8071479.

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

Color convert

RGB 55 41 123 -
CMYK 0.55 0.67 0 0.52
HSL 250.24º 0.5% 0.32% -
HSV(B) 250.24º 0.67% 0.48% -
XYZ 5.94 3.83 19.16 -
YUV 54.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 55 41 123 0.55 0.67 0 0.52 250.24 0.5 0.32
Hex 37 29 7B 37 43 0 34 FA 32 20
Octal 67 51 173 67 103 0 64 372 62 40
Binary 110111 101001 1111011 110111 1000011 0 110100 11111010 110010 100000

Color Harmonies of #37297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37297B

Black with #37297B

Text Example


Text Example

White with #37297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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