Html Css Color HEX #37297F Windsor

📋 copy color: '#37297F'

red 55 ◦ green 41 ◦ blue 127

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

Shades of Windsor #37297F

Tints of Windsor #37297F

RGB

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

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

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

R = 24.66%
G = 18.39%
B = 56.95%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37297F (or 0x37297F) is known color: Windsor. HEX triplet: 37, 29 and 7F. RGB value is (55,41,127). Sum of RGB (Red+Green+Blue) = 55+41+127=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #37297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37297F is #C8D680. Grayscale: #363636. Windows color (decimal): -13162113 or 8333623. OLE color: 8333623.

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

Color convert

RGB 55 41 127 -
CMYK 0.57 0.68 0 0.50
HSL 249.77º 0.51% 0.33% -
HSV(B) 249.77º 0.68% 0.5% -
XYZ 6.2 3.93 20.51 -
YUV 54.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 55 41 127 0.57 0.68 0 0.50 249.77 0.51 0.33
Hex 37 29 7F 39 44 0 32 FA 33 21
Octal 67 51 177 71 104 0 62 372 63 41
Binary 110111 101001 1111111 111001 1000100 0 110010 11111010 110011 100001

Color Harmonies of #37297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37297F

Black with #37297F

Text Example


Text Example

White with #37297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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