Html Css Color HEX #37468E Tory Blue

📋 copy color: '#37468E'

red 55 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #37468E

Tints of Tory Blue #37468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 20.6%
G = 26.22%
B = 53.18%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37468E (or 0x37468E) is known color: Tory Blue. HEX triplet: 37, 46 and 8E. RGB value is (55,70,142). Sum of RGB (Red+Green+Blue) = 55+70+142=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #37468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37468E is #C8B971. Grayscale: #494949. Windows color (decimal): -13154674 or 9324087. OLE color: 9324087.

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

Color convert

RGB 55 70 142 -
CMYK 0.61 0.51 0 0.44
HSL 229.66º 0.44% 0.39% -
HSV(B) 229.66º 0.61% 0.56% -
XYZ 8.65 7.15 26.51 -
YUV 73.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 55 70 142 0.61 0.51 0 0.44 229.66 0.44 0.39
Hex 37 46 8E 3D 33 0 2C E6 2C 27
Octal 67 106 216 75 63 0 54 346 54 47
Binary 110111 1000110 10001110 111101 110011 0 101100 11100110 101100 100111

Color Harmonies of #37468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37468E

Black with #37468E

Text Example


Text Example

White with #37468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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