#374680

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

Shades of Tory Blue #374680

Tints of Tory Blue #374680

Color information

#374680 (or 0x374680) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 80. RGB value is (55,70,128). Sum of RGB (Red+Green+Blue) = 55+70+128=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #374680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374680 is #C8B97F. Grayscale: #474747. Windows color (decimal): -13154688 or 8406583. OLE color: 8406583.

HSL color Cylindrical-coordinate representation of color #374680: hue angle of 227.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374680 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5570128-
CMYK0.570.4500.50
HSL227.67º39.89%35.88%-
HSV(B)227.67º57.03%50.2%-
XYZ7.666.7521.32-
YUV72.13159.53115.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=21.74%
G=27.67%
B=50.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55701280.570.4500.50227.6739.8935.88
Hex374680392D032e42824
Octal6710620071550623445044
Binary110111100011010000000111001101101011001011100100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374680; }

 p { color: rgb(55,70,128); }

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

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

 a { background-color: rgb(55,70,128); }

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

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

 span { border-color: rgb(55,70,128); }

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