Html Css Color HEX #37267D Windsor

📋 copy color: '#37267D'

red 55 ◦ green 38 ◦ blue 125

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

Shades of Windsor #37267D

Tints of Windsor #37267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 25.23%
G = 17.43%
B = 57.34%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37267D (or 0x37267D) is known color: Windsor. HEX triplet: 37, 26 and 7D. RGB value is (55,38,125). Sum of RGB (Red+Green+Blue) = 55+38+125=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #37267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37267D is #C8D982. Grayscale: #343434. Windows color (decimal): -13162883 or 8201783. OLE color: 8201783.

HSL color Cylindrical-coordinate representation of color #37267D: hue angle of 251.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37267D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 38 125 -
CMYK 0.56 0.70 0 0.51
HSL 251.72º 0.53% 0.32% -
HSV(B) 251.72º 0.7% 0.49% -
XYZ 5.97 3.68 19.8 -
YUV 53 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 55 38 125 0.56 0.70 0 0.51 251.72 0.53 0.32
Hex 37 26 7D 38 46 0 33 FC 35 20
Octal 67 46 175 70 106 0 63 374 65 40
Binary 110111 100110 1111101 111000 1000110 0 110011 11111100 110101 100000

Color Harmonies of #37267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37267D

Black with #37267D

Text Example


Text Example

White with #37267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37267D; }

 p { color: rgb(55,38,125); }

 H1.HeaderClassName
 {
   color: #37267D;
 }
 .AnyTagClassName
 {
   color: #37267D;
 }
</style>

background-color css

<style>
 a { background-color: #37267D; }

 a { background-color: rgb(55,38,125); }

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

border-color css

<style>
 span { border-color: #37267D; }

 span { border-color: rgb(55,38,125); }

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