Html Css Color HEX #37469E Tory Blue

📋 copy color: '#37469E'

red 55 ◦ green 70 ◦ blue 158

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

Shades of Tory Blue #37469E

Tints of Tory Blue #37469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.83%

R = 19.43%
G = 24.73%
B = 55.83%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37469E (or 0x37469E) is known color: Tory Blue. HEX triplet: 37, 46 and 9E. RGB value is (55,70,158). Sum of RGB (Red+Green+Blue) = 55+70+158=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #37469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37469E is #C8B961. Grayscale: #4B4B4B. Windows color (decimal): -13154658 or 10372663. OLE color: 10372663.

HSL color Cylindrical-coordinate representation of color #37469E: hue angle of 231.26º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37469E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 70 158 -
CMYK 0.65 0.56 0 0.38
HSL 231.26º 0.48% 0.42% -
HSV(B) 231.26º 0.65% 0.62% -
XYZ 9.94 7.66 33.3 -
YUV 75.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 55 70 158 0.65 0.56 0 0.38 231.26 0.48 0.42
Hex 37 46 9E 41 38 0 26 E7 30 2A
Octal 67 106 236 101 70 0 46 347 60 52
Binary 110111 1000110 10011110 1000001 111000 0 100110 11100111 110000 101010

Color Harmonies of #37469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37469E

Black with #37469E

Text Example


Text Example

White with #37469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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