#374886

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

Shades of Tory Blue #374886

Tints of Tory Blue #374886

Color information

#374886 (or 0x374886) is unknown color: approx Tory Blue. HEX triplet: 37, 48 and 86. RGB value is (55,72,134). Sum of RGB (Red+Green+Blue) = 55+72+134=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #374886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374886 is #C8B779. Grayscale: #494949. Windows color (decimal): -13154170 or 8800311. OLE color: 8800311.

HSL color Cylindrical-coordinate representation of color #374886: hue angle of 227.09º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374886 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5572134-
CMYK0.590.4600.47
HSL227.09º41.8%37.06%-
HSV(B)227.09º58.96%52.55%-
XYZ8.27.1723.51-
YUV73.98161.87114.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=21.07%
G=27.59%
B=51.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55721340.590.4600.47227.0941.837.06
Hex3748863B2E02Fe32a25
Octal6711020673560573435245
Binary110111100100010000110111011101110010111111100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374886; }

 p { color: rgb(55,72,134); }

 H1.HeaderClassName
 {
   color: #374886;
 }
 .AnyTagClassName
 {
   color: #374886;
 }
</style>
background-color css

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

 a { background-color: rgb(55,72,134); }

 div.DivClassName
 {
   background-color: #374886;
 }
 .BgClassName
 {
   background-color: #374886;
 }
</style>
border-color css

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

 span { border-color: rgb(55,72,134); }

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