Html Css Color HEX #37498E Tory Blue

📋 copy color: '#37498E'

red 55 ◦ green 73 ◦ blue 142

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

Shades of Tory Blue #37498E

Tints of Tory Blue #37498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 20.37%
G = 27.04%
B = 52.59%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37498E (or 0x37498E) is known color: Tory Blue. HEX triplet: 37, 49 and 8E. RGB value is (55,73,142). Sum of RGB (Red+Green+Blue) = 55+73+142=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #37498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37498E is #C8B671. Grayscale: #4B4B4B. Windows color (decimal): -13153906 or 9324855. OLE color: 9324855.

HSL color Cylindrical-coordinate representation of color #37498E: hue angle of 227.59º 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 #37498E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 73 142 -
CMYK 0.61 0.49 0 0.44
HSL 227.59º 0.44% 0.39% -
HSV(B) 227.59º 0.61% 0.56% -
XYZ 8.84 7.53 26.58 -
YUV 75.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 55 73 142 0.61 0.49 0 0.44 227.59 0.44 0.39
Hex 37 49 8E 3D 31 0 2C E4 2C 27
Octal 67 111 216 75 61 0 54 344 54 47
Binary 110111 1001001 10001110 111101 110001 0 101100 11100100 101100 100111

Color Harmonies of #37498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37498E

Black with #37498E

Text Example


Text Example

White with #37498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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