Html Css Color HEX #37478D Tory Blue

📋 copy color: '#37478D'

red 55 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #37478D

Tints of Tory Blue #37478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 20.6%
G = 26.59%
B = 52.81%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37478D (or 0x37478D) is known color: Tory Blue. HEX triplet: 37, 47 and 8D. RGB value is (55,71,141). Sum of RGB (Red+Green+Blue) = 55+71+141=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #37478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37478D is #C8B872. Grayscale: #494949. Windows color (decimal): -13154419 or 9258807. OLE color: 9258807.

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

Color convert

RGB 55 71 141 -
CMYK 0.61 0.50 0 0.45
HSL 228.84º 0.44% 0.38% -
HSV(B) 228.84º 0.61% 0.55% -
XYZ 8.64 7.24 26.14 -
YUV 74.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 55 71 141 0.61 0.50 0 0.45 228.84 0.44 0.38
Hex 37 47 8D 3D 32 0 2D E5 2C 26
Octal 67 107 215 75 62 0 55 345 54 46
Binary 110111 1000111 10001101 111101 110010 0 101101 11100101 101100 100110

Color Harmonies of #37478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37478D

Black with #37478D

Text Example


Text Example

White with #37478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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