Html Css Color HEX #37448E Tory Blue

📋 copy color: '#37448E'

red 55 ◦ green 68 ◦ blue 142

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

Shades of Tory Blue #37448E

Tints of Tory Blue #37448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 20.75%
G = 25.66%
B = 53.58%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37448E (or 0x37448E) is known color: Tory Blue. HEX triplet: 37, 44 and 8E. RGB value is (55,68,142). Sum of RGB (Red+Green+Blue) = 55+68+142=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #37448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37448E is #C8BB71. Grayscale: #484848. Windows color (decimal): -13155186 or 9323575. OLE color: 9323575.

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

Color convert

RGB 55 68 142 -
CMYK 0.61 0.52 0 0.44
HSL 231.03º 0.44% 0.39% -
HSV(B) 231.03º 0.61% 0.56% -
XYZ 8.53 6.9 26.47 -
YUV 72.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 55 68 142 0.61 0.52 0 0.44 231.03 0.44 0.39
Hex 37 44 8E 3D 34 0 2C E7 2C 27
Octal 67 104 216 75 64 0 54 347 54 47
Binary 110111 1000100 10001110 111101 110100 0 101100 11100111 101100 100111

Color Harmonies of #37448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37448E

Black with #37448E

Text Example


Text Example

White with #37448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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