Html Css Color HEX #37548D Tory Blue

📋 copy color: '#37548D'

red 55 ◦ green 84 ◦ blue 141

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

Shades of Tory Blue #37548D

Tints of Tory Blue #37548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 19.64%
G = 30%
B = 50.36%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37548D (or 0x37548D) is known color: Tory Blue. HEX triplet: 37, 54 and 8D. RGB value is (55,84,141). Sum of RGB (Red+Green+Blue) = 55+84+141=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #37548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37548D is #C8AB72. Grayscale: #515151. Windows color (decimal): -13151091 or 9262135. OLE color: 9262135.

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

Color convert

RGB 55 84 141 -
CMYK 0.61 0.40 0 0.45
HSL 219.77º 0.44% 0.38% -
HSV(B) 219.77º 0.61% 0.55% -
XYZ 9.55 9.08 26.45 -
YUV 81.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 55 84 141 0.61 0.40 0 0.45 219.77 0.44 0.38
Hex 37 54 8D 3D 28 0 2D DC 2C 26
Octal 67 124 215 75 50 0 55 334 54 46
Binary 110111 1010100 10001101 111101 101000 0 101101 11011100 101100 100110

Color Harmonies of #37548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37548D

Black with #37548D

Text Example


Text Example

White with #37548D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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