#374F87

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

Shades of Tory Blue #374F87

Tints of Tory Blue #374F87

Color information

#374F87 (or 0x374F87) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 87. RGB value is (55,79,135). Sum of RGB (Red+Green+Blue) = 55+79+135=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #374F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F87 is #C8B078. Grayscale: #4D4D4D. Windows color (decimal): -13152377 or 8867639. OLE color: 8867639.

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

Color convert

RGB5579135-
CMYK0.590.4100.47
HSL222º42.11%37.25%-
HSV(B)222º59.26%52.94%-
XYZ8.748.1524.03-
YUV78.21160.05111.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=20.45%
G=29.37%
B=50.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55791350.590.4100.4722242.1137.25
Hex374F873B2902Fde2a25
Octal6711720773510573365245
Binary110111100111110000111111011101001010111111011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374F87; }

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

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

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

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

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

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

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

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