#374E84

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

Shades of Tory Blue #374E84

Tints of Tory Blue #374E84

Color information

#374E84 (or 0x374E84) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 84. RGB value is (55,78,132). Sum of RGB (Red+Green+Blue) = 55+78+132=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #374E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E84 is #C8B17B. Grayscale: #4D4D4D. Windows color (decimal): -13152636 or 8670775. OLE color: 8670775.

HSL color Cylindrical-coordinate representation of color #374E84: hue angle of 222.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374E84 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5578132-
CMYK0.580.4100.48
HSL222.08º41.18%36.67%-
HSV(B)222.08º58.33%51.76%-
XYZ8.467.9322.91-
YUV77.28158.88112.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=20.75%
G=29.43%
B=49.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55781320.580.4100.48222.0841.1836.67
Hex374E843A29030de2925
Octal6711620472510603365145
Binary110111100111010000100111010101001011000011011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,132); }

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

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

 a { background-color: rgb(55,78,132); }

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

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

 span { border-color: rgb(55,78,132); }

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