Html Css Color HEX #37287E Windsor

📋 copy color: '#37287E'

red 55 ◦ green 40 ◦ blue 126

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

Shades of Windsor #37287E

Tints of Windsor #37287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 126 (49.61% from 255) = 57.01%

R = 24.89%
G = 18.1%
B = 57.01%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37287E (or 0x37287E) is known color: Windsor. HEX triplet: 37, 28 and 7E. RGB value is (55,40,126). Sum of RGB (Red+Green+Blue) = 55+40+126=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #37287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37287E is #C8D781. Grayscale: #353535. Windows color (decimal): -13162370 or 8267831. OLE color: 8267831.

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

Color convert

RGB 55 40 126 -
CMYK 0.56 0.68 0 0.51
HSL 250.47º 0.52% 0.33% -
HSV(B) 250.47º 0.68% 0.49% -
XYZ 6.1 3.84 20.16 -
YUV 54.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 55 40 126 0.56 0.68 0 0.51 250.47 0.52 0.33
Hex 37 28 7E 38 44 0 33 FA 34 21
Octal 67 50 176 70 104 0 63 372 64 41
Binary 110111 101000 1111110 111000 1000100 0 110011 11111010 110100 100001

Color Harmonies of #37287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37287E

Black with #37287E

Text Example


Text Example

White with #37287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37287E; }

 p { color: rgb(55,40,126); }

 H1.HeaderClassName
 {
   color: #37287E;
 }
 .AnyTagClassName
 {
   color: #37287E;
 }
</style>

background-color css

<style>
 a { background-color: #37287E; }

 a { background-color: rgb(55,40,126); }

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

border-color css

<style>
 span { border-color: #37287E; }

 span { border-color: rgb(55,40,126); }

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