#374F98

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

Shades of Tory Blue #374F98

Tints of Tory Blue #374F98

Color information

#374F98 (or 0x374F98) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 98. RGB value is (55,79,152). Sum of RGB (Red+Green+Blue) = 55+79+152=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #374F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F98 is #C8B067. Grayscale: #4F4F4F. Windows color (decimal): -13152360 or 9981751. OLE color: 9981751.

HSL color Cylindrical-coordinate representation of color #374F98: hue angle of 225.15º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374F98 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5579152-
CMYK0.640.4800.40
HSL225.15º46.86%40.59%-
HSV(B)225.15º63.82%59.61%-
XYZ10.048.6730.85-
YUV80.15168.55110.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=19.23%
G=27.62%
B=53.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55791520.640.4800.40225.1546.8640.59
Hex374F984030028e12f29
Octal67117230100600503415751
Binary1101111001111100110001000000110000010100011100001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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