#374695

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

Shades of Tory Blue #374695

Tints of Tory Blue #374695

Color information

#374695 (or 0x374695) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 95. RGB value is (55,70,149). Sum of RGB (Red+Green+Blue) = 55+70+149=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #374695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374695 is #C8B96A. Grayscale: #4A4A4A. Windows color (decimal): -13154667 or 9782839. OLE color: 9782839.

HSL color Cylindrical-coordinate representation of color #374695: hue angle of 230.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374695 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5570149-
CMYK0.630.5300.42
HSL230.43º46.08%40%-
HSV(B)230.43º63.09%58.43%-
XYZ9.197.3629.37-
YUV74.52170.03114.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=20.07%
G=25.55%
B=54.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55701490.630.5300.42230.4346.0840
Hex3746953F3502Ae62e28
Octal6710622577650523465650
Binary110111100011010010101111111110101010101011100110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374695; }

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

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

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

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

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

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

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

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