#374C81

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

Shades of Tory Blue #374C81

Tints of Tory Blue #374C81

Color information

#374C81 (or 0x374C81) is unknown color: approx Tory Blue. HEX triplet: 37, 4C and 81. RGB value is (55,76,129). Sum of RGB (Red+Green+Blue) = 55+76+129=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #374C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C81 is #C8B37E. Grayscale: #4B4B4B. Windows color (decimal): -13153151 or 8473655. OLE color: 8473655.

HSL color Cylindrical-coordinate representation of color #374C81: hue angle of 222.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374C81 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5576129-
CMYK0.570.4100.49
HSL222.97º40.22%36.08%-
HSV(B)222.97º57.36%50.59%-
XYZ8.127.5721.8-
YUV75.76158.04113.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=21.15%
G=29.23%
B=49.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55761290.570.4100.49222.9740.2236.08
Hex374C813929031df2824
Octal6711420171510613375044
Binary110111100110010000001111001101001011000111011111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,129); }

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

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

 a { background-color: rgb(55,76,129); }

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

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

 span { border-color: rgb(55,76,129); }

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