#344392

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

Shades of Tory Blue #344392

Tints of Tory Blue #344392

Color information

#344392 (or 0x344392) is unknown color: approx Tory Blue. HEX triplet: 34, 43 and 92. RGB value is (52,67,146). Sum of RGB (Red+Green+Blue) = 52+67+146=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #344392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344392 is #CBBC6D. Grayscale: #474747. Windows color (decimal): -13352046 or 9585460. OLE color: 9585460.

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

Color convert

RGB5267146-
CMYK0.640.5400.43
HSL230.43º47.47%38.82%-
HSV(B)230.43º64.38%57.25%-
XYZ8.616.8228.06-
YUV71.52170.03114.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=19.62%
G=25.28%
B=55.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52671460.640.5400.43230.4347.4738.82
Hex344392403602Be62f27
Octal64103222100660533465747
Binary1101001000011100100101000000110110010101111100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344392; }

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

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

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

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

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

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

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

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