#374887

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

Shades of Tory Blue #374887

Tints of Tory Blue #374887

Color information

#374887 (or 0x374887) is unknown color: approx Tory Blue. HEX triplet: 37, 48 and 87. RGB value is (55,72,135). Sum of RGB (Red+Green+Blue) = 55+72+135=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #374887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374887 is #C8B778. Grayscale: #494949. Windows color (decimal): -13154169 or 8865847. OLE color: 8865847.

HSL color Cylindrical-coordinate representation of color #374887: hue angle of 227.25º 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 #374887 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5572135-
CMYK0.590.4700.47
HSL227.25º42.11%37.25%-
HSV(B)227.25º59.26%52.94%-
XYZ8.277.223.88-
YUV74.1162.37114.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=20.99%
G=27.48%
B=51.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55721350.590.4700.47227.2542.1137.25
Hex3748873B2F02Fe32a25
Octal6711020773570573435245
Binary110111100100010000111111011101111010111111100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374887; }

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

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

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

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

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

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

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

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