Html Css Color HEX #37257B Windsor

📋 copy color: '#37257B'

red 55 ◦ green 37 ◦ blue 123

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

Shades of Windsor #37257B

Tints of Windsor #37257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 25.58%
G = 17.21%
B = 57.21%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37257B (or 0x37257B) is known color: Windsor. HEX triplet: 37, 25 and 7B. RGB value is (55,37,123). Sum of RGB (Red+Green+Blue) = 55+37+123=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #37257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37257B is #C8DA84. Grayscale: #333333. Windows color (decimal): -13163141 or 8070455. OLE color: 8070455.

HSL color Cylindrical-coordinate representation of color #37257B: hue angle of 252.56º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37257B is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 37 123 -
CMYK 0.55 0.70 0 0.52
HSL 252.56º 0.54% 0.31% -
HSV(B) 252.56º 0.7% 0.48% -
XYZ 5.81 3.57 19.12 -
YUV 52.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 55 37 123 0.55 0.70 0 0.52 252.56 0.54 0.31
Hex 37 25 7B 37 46 0 34 FD 36 1F
Octal 67 45 173 67 106 0 64 375 66 37
Binary 110111 100101 1111011 110111 1000110 0 110100 11111101 110110 11111

Color Harmonies of #37257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37257B

Black with #37257B

Text Example


Text Example

White with #37257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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