#374F84

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

Shades of Tory Blue #374F84

Tints of Tory Blue #374F84

Color information

#374F84 (or 0x374F84) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 84. RGB value is (55,79,132). Sum of RGB (Red+Green+Blue) = 55+79+132=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #374F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F84 is #C8B07B. Grayscale: #4D4D4D. Windows color (decimal): -13152380 or 8671031. OLE color: 8671031.

HSL color Cylindrical-coordinate representation of color #374F84: hue angle of 221.3º 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 #374F84 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5579132-
CMYK0.580.4000.48
HSL221.3º41.18%36.67%-
HSV(B)221.3º58.33%51.76%-
XYZ8.548.0722.94-
YUV77.87158.55111.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=20.68%
G=29.70%
B=49.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55791320.580.4000.48221.341.1836.67
Hex374F843A28030dd2925
Octal6711720472500603355145
Binary110111100111110000100111010101000011000011011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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