#374892

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

Shades of Tory Blue #374892

Tints of Tory Blue #374892

Color information

#374892 (or 0x374892) is unknown color: approx Tory Blue. HEX triplet: 37, 48 and 92. RGB value is (55,72,146). Sum of RGB (Red+Green+Blue) = 55+72+146=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #374892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374892 is #C8B76D. Grayscale: #4B4B4B. Windows color (decimal): -13154158 or 9586743. OLE color: 9586743.

HSL color Cylindrical-coordinate representation of color #374892: hue angle of 228.79º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374892 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5572146-
CMYK0.620.5100.43
HSL228.79º45.27%39.41%-
HSV(B)228.79º62.33%57.25%-
XYZ9.087.5228.17-
YUV75.35167.87113.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=20.15%
G=26.37%
B=53.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55721460.620.5100.43228.7945.2739.41
Hex3748923E3302Be52d27
Octal6711022276630533455547
Binary110111100100010010010111110110011010101111100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374892; }

 p { color: rgb(55,72,146); }

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

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

 a { background-color: rgb(55,72,146); }

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

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

 span { border-color: rgb(55,72,146); }

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