#374681

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

Shades of Tory Blue #374681

Tints of Tory Blue #374681

Color information

#374681 (or 0x374681) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 81. RGB value is (55,70,129). Sum of RGB (Red+Green+Blue) = 55+70+129=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #374681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374681 is #C8B97E. Grayscale: #474747. Windows color (decimal): -13154687 or 8472119. OLE color: 8472119.

HSL color Cylindrical-coordinate representation of color #374681: hue angle of 227.84º 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 #374681 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5570129-
CMYK0.570.4600.49
HSL227.84º40.22%36.08%-
HSV(B)227.84º57.36%50.59%-
XYZ7.736.7821.67-
YUV72.24160.03115.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=21.65%
G=27.56%
B=50.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55701290.570.4600.49227.8440.2236.08
Hex374681392E031e42824
Octal6710620171560613445044
Binary110111100011010000001111001101110011000111100100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374681; }

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

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

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

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

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

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

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

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