Html Css Color HEX #37277B Windsor

📋 copy color: '#37277B'

red 55 ◦ green 39 ◦ blue 123

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

Shades of Windsor #37277B

Tints of Windsor #37277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 25.35%
G = 17.97%
B = 56.68%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37277B (or 0x37277B) is known color: Windsor. HEX triplet: 37, 27 and 7B. RGB value is (55,39,123). Sum of RGB (Red+Green+Blue) = 55+39+123=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #37277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37277B is #C8D884. Grayscale: #353535. Windows color (decimal): -13162629 or 8070967. OLE color: 8070967.

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

Color convert

RGB 55 39 123 -
CMYK 0.55 0.68 0 0.52
HSL 251.43º 0.52% 0.32% -
HSV(B) 251.43º 0.68% 0.48% -
XYZ 5.88 3.69 19.14 -
YUV 53.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 55 39 123 0.55 0.68 0 0.52 251.43 0.52 0.32
Hex 37 27 7B 37 44 0 34 FB 34 20
Octal 67 47 173 67 104 0 64 373 64 40
Binary 110111 100111 1111011 110111 1000100 0 110100 11111011 110100 100000

Color Harmonies of #37277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37277B

Black with #37277B

Text Example


Text Example

White with #37277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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