Html Css Color HEX #37458C Tory Blue

📋 copy color: '#37458C'

red 55 ◦ green 69 ◦ blue 140

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

Shades of Tory Blue #37458C

Tints of Tory Blue #37458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 20.83%
G = 26.14%
B = 53.03%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37458C (or 0x37458C) is known color: Tory Blue. HEX triplet: 37, 45 and 8C. RGB value is (55,69,140). Sum of RGB (Red+Green+Blue) = 55+69+140=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #37458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37458C is #C8BA73. Grayscale: #484848. Windows color (decimal): -13154932 or 9192759. OLE color: 9192759.

HSL color Cylindrical-coordinate representation of color #37458C: hue angle of 230.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37458C is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 69 140 -
CMYK 0.61 0.51 0 0.45
HSL 230.12º 0.44% 0.38% -
HSV(B) 230.12º 0.61% 0.55% -
XYZ 8.44 6.96 25.71 -
YUV 72.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 55 69 140 0.61 0.51 0 0.45 230.12 0.44 0.38
Hex 37 45 8C 3D 33 0 2D E6 2C 26
Octal 67 105 214 75 63 0 55 346 54 46
Binary 110111 1000101 10001100 111101 110011 0 101101 11100110 101100 100110

Color Harmonies of #37458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37458C

Black with #37458C

Text Example


Text Example

White with #37458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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