Html Css Color HEX #37558E Tory Blue

📋 copy color: '#37558E'

red 55 ◦ green 85 ◦ blue 142

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

Shades of Tory Blue #37558E

Tints of Tory Blue #37558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 19.5%
G = 30.14%
B = 50.35%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37558E (or 0x37558E) is known color: Tory Blue. HEX triplet: 37, 55 and 8E. RGB value is (55,85,142). Sum of RGB (Red+Green+Blue) = 55+85+142=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #37558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37558E is #C8AA71. Grayscale: #525252. Windows color (decimal): -13150834 or 9327927. OLE color: 9327927.

HSL color Cylindrical-coordinate representation of color #37558E: hue angle of 219.31º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37558E is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 85 142 -
CMYK 0.61 0.40 0 0.44
HSL 219.31º 0.44% 0.39% -
HSV(B) 219.31º 0.61% 0.56% -
XYZ 9.71 9.26 26.87 -
YUV 82.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 55 85 142 0.61 0.40 0 0.44 219.31 0.44 0.39
Hex 37 55 8E 3D 28 0 2C DB 2C 27
Octal 67 125 216 75 50 0 54 333 54 47
Binary 110111 1010101 10001110 111101 101000 0 101100 11011011 101100 100111

Color Harmonies of #37558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37558E

Black with #37558E

Text Example


Text Example

White with #37558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,85,142); }

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

background-color css

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

 a { background-color: rgb(55,85,142); }

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

border-color css

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

 span { border-color: rgb(55,85,142); }

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