Html Css Color HEX #37458E Tory Blue

📋 copy color: '#37458E'

red 55 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #37458E

Tints of Tory Blue #37458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 20.68%
G = 25.94%
B = 53.38%

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

#37458E (or 0x37458E) is known color: Tory Blue. HEX triplet: 37, 45 and 8E. RGB value is (55,69,142). Sum of RGB (Red+Green+Blue) = 55+69+142=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #37458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37458E is #C8BA71. Grayscale: #484848. Windows color (decimal): -13154930 or 9323831. OLE color: 9323831.

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

Color convert

RGB 55 69 142 -
CMYK 0.61 0.51 0 0.44
HSL 230.34º 0.44% 0.39% -
HSV(B) 230.34º 0.61% 0.56% -
XYZ 8.59 7.02 26.49 -
YUV 73.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 55 69 142 0.61 0.51 0 0.44 230.34 0.44 0.39
Hex 37 45 8E 3D 33 0 2C E6 2C 27
Octal 67 105 216 75 63 0 54 346 54 47
Binary 110111 1000101 10001110 111101 110011 0 101100 11100110 101100 100111

Color Harmonies of #37458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37458E

Black with #37458E

Text Example


Text Example

White with #37458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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