#374B9E

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

Shades of Tory Blue #374B9E

Tints of Tory Blue #374B9E

Color information

#374B9E (or 0x374B9E) is unknown color: approx Tory Blue. HEX triplet: 37, 4B and 9E. RGB value is (55,75,158). Sum of RGB (Red+Green+Blue) = 55+75+158=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #374B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374B9E is #C8B461. Grayscale: #4E4E4E. Windows color (decimal): -13153378 or 10373943. OLE color: 10373943.

HSL color Cylindrical-coordinate representation of color #374B9E: hue angle of 228.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374B9E is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5575158-
CMYK0.650.5300.38
HSL228.35º48.36%41.76%-
HSV(B)228.35º65.19%61.96%-
XYZ10.268.3133.41-
YUV78.48172.87111.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=19.10%
G=26.04%
B=54.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55751580.650.5300.38228.3548.3641.76
Hex374B9E4135026e4302a
Octal67113236101650463446052
Binary1101111001011100111101000001110101010011011100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,158); }

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

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

 a { background-color: rgb(55,75,158); }

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

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

 span { border-color: rgb(55,75,158); }

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