#374392

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

Shades of Tory Blue #374392

Tints of Tory Blue #374392

Color information

#374392 (or 0x374392) is unknown color: approx Tory Blue. HEX triplet: 37, 43 and 92. RGB value is (55,67,146). Sum of RGB (Red+Green+Blue) = 55+67+146=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #374392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374392 is #C8BC6D. Grayscale: #484848. Windows color (decimal): -13155438 or 9585463. OLE color: 9585463.

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

Color convert

RGB5567146-
CMYK0.620.5400.43
HSL232.09º45.27%39.41%-
HSV(B)232.09º62.33%57.25%-
XYZ8.776.928.06-
YUV72.42169.52115.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=20.52%
G=25%
B=54.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55671460.620.5400.43232.0945.2739.41
Hex3743923E3602Be82d27
Octal6710322276660533505547
Binary110111100001110010010111110110110010101111101000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374392; }

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

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

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

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

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

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

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

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