#37478d

Color #37478D Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #37478D

Tints of Tory Blue #37478D

Color information

#37478D (or 0x37478D) is unknown color: approx 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

RGB5571141-
CMYK0.610.5000.45
HSL228.84º43.88%38.43%-
HSV(B)228.84º60.99%55.29%-
XYZ8.647.2426.14-
YUV74.2165.7114.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=20.60%
G=26.59%
B=52.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55711410.610.5000.45228.8443.8838.43
Hex37478D3D3202De52c26
Octal6710721575620553455446
Binary110111100011110001101111101110010010110111100101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37478d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>