Html Css Color HEX #37548C Tory Blue

📋 copy color: '#37548C'

red 55 ◦ green 84 ◦ blue 140

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

Shades of Tory Blue #37548C

Tints of Tory Blue #37548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 19.71%
G = 30.11%
B = 50.18%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37548C (or 0x37548C) is known color: Tory Blue. HEX triplet: 37, 54 and 8C. RGB value is (55,84,140). Sum of RGB (Red+Green+Blue) = 55+84+140=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #37548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37548C is #C8AB73. Grayscale: #515151. Windows color (decimal): -13151092 or 9196599. OLE color: 9196599.

HSL color Cylindrical-coordinate representation of color #37548C: hue angle of 219.53º 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 #37548C is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 84 140 -
CMYK 0.61 0.4 0 0.45
HSL 219.53º 0.44% 0.38% -
HSV(B) 219.53º 0.61% 0.55% -
XYZ 9.48 9.05 26.06 -
YUV 81.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 55 84 140 0.61 0.4 0 0.45 219.53 0.44 0.38
Hex 37 54 8C 3D 28 0 2D DC 2C 26
Octal 67 124 214 75 50 0 55 334 54 46
Binary 110111 1010100 10001100 111101 101000 0 101101 11011100 101100 100110

Color Harmonies of #37548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37548C

Black with #37548C

Text Example


Text Example

White with #37548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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