#374F8D

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

Shades of Tory Blue #374F8D

Tints of Tory Blue #374F8D

Color information

#374F8D (or 0x374F8D) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 8D. RGB value is (55,79,141). Sum of RGB (Red+Green+Blue) = 55+79+141=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #374F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F8D is #C8B072. Grayscale: #4E4E4E. Windows color (decimal): -13152371 or 9260855. OLE color: 9260855.

HSL color Cylindrical-coordinate representation of color #374F8D: hue angle of 223.26º 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 #374F8D is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5579141-
CMYK0.610.4400.45
HSL223.26º43.88%38.43%-
HSV(B)223.26º60.99%55.29%-
XYZ9.188.3326.32-
YUV78.89163.05110.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=20%
G=28.73%
B=51.27%

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
Decimal55791410.610.4400.45223.2643.8838.43
Hex374F8D3D2C02Ddf2c26
Octal6711721575540553375446
Binary110111100111110001101111101101100010110111011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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