#374f8c

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

Shades of Tory Blue #374F8C

Tints of Tory Blue #374F8C

Color information

#374F8C (or 0x374F8C) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 8C. RGB value is (55,79,140). Sum of RGB (Red+Green+Blue) = 55+79+140=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #374F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F8C is #C8B073. Grayscale: #4E4E4E. Windows color (decimal): -13152372 or 9195319. OLE color: 9195319.

HSL color Cylindrical-coordinate representation of color #374F8C: hue angle of 223.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #374F8C is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5579140-
CMYK0.610.4400.45
HSL223.06º43.59%38.24%-
HSV(B)223.06º60.71%54.9%-
XYZ9.118.325.93-
YUV78.78162.55111.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=20.07%
G=28.83%
B=51.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55791400.610.4400.45223.0643.5938.24
Hex374F8C3D2C02Ddf2c26
Octal6711721475540553375446
Binary110111100111110001100111101101100010110111011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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