#374A99

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

Shades of Tory Blue #374A99

Tints of Tory Blue #374A99

Color information

#374A99 (or 0x374A99) is unknown color: approx Tory Blue. HEX triplet: 37, 4A and 99. RGB value is (55,74,153). Sum of RGB (Red+Green+Blue) = 55+74+153=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #374A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A99 is #C8B566. Grayscale: #4C4C4C. Windows color (decimal): -13153639 or 10046007. OLE color: 10046007.

HSL color Cylindrical-coordinate representation of color #374A99: hue angle of 228.37º 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 #374A99 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5574153-
CMYK0.640.5200.4
HSL228.37º47.12%40.78%-
HSV(B)228.37º64.05%60%-
XYZ9.778.0131.17-
YUV77.32170.71112.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=19.50%
G=26.24%
B=54.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55741530.640.5200.4228.3747.1240.78
Hex374A994034028e42f29
Octal67112231100640503445751
Binary1101111001010100110011000000110100010100011100100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,153); }

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

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

 a { background-color: rgb(55,74,153); }

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

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

 span { border-color: rgb(55,74,153); }

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