#374192

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

Shades of Tory Blue #374192

Tints of Tory Blue #374192

Color information

#374192 (or 0x374192) is unknown color: approx Tory Blue. HEX triplet: 37, 41 and 92. RGB value is (55,65,146). Sum of RGB (Red+Green+Blue) = 55+65+146=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #374192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374192 is #C8BE6D. Grayscale: #464646. Windows color (decimal): -13155950 or 9584951. OLE color: 9584951.

HSL color Cylindrical-coordinate representation of color #374192: hue angle of 233.41º 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 #374192 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5565146-
CMYK0.620.5500.43
HSL233.41º45.27%39.41%-
HSV(B)233.41º62.33%57.25%-
XYZ8.656.6728.03-
YUV71.24170.19116.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=20.68%
G=24.44%
B=54.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55651460.620.5500.43233.4145.2739.41
Hex3741923E3702Be92d27
Octal6710122276670533515547
Binary110111100000110010010111110110111010101111101001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374192; }

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

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

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

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

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

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

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

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