#374687

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

Shades of Tory Blue #374687

Tints of Tory Blue #374687

Color information

#374687 (or 0x374687) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 87. RGB value is (55,70,135). Sum of RGB (Red+Green+Blue) = 55+70+135=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #374687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374687 is #C8B978. Grayscale: #484848. Windows color (decimal): -13154681 or 8865335. OLE color: 8865335.

HSL color Cylindrical-coordinate representation of color #374687: hue angle of 228.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374687 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5570135-
CMYK0.590.4800.47
HSL228.75º42.11%37.25%-
HSV(B)228.75º59.26%52.94%-
XYZ8.146.9423.83-
YUV72.92163.03115.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=21.15%
G=26.92%
B=51.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55701350.590.4800.47228.7542.1137.25
Hex3746873B3002Fe52a25
Octal6710620773600573455245
Binary110111100011010000111111011110000010111111100101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374687; }

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

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

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

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

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

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

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

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