#344092

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

Shades of Tory Blue #344092

Tints of Tory Blue #344092

Color information

#344092 (or 0x344092) is unknown color: approx Tory Blue. HEX triplet: 34, 40 and 92. RGB value is (52,64,146). Sum of RGB (Red+Green+Blue) = 52+64+146=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #344092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344092 is #CBBF6D. Grayscale: #454545. Windows color (decimal): -13352814 or 9584692. OLE color: 9584692.

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

Color convert

RGB5264146-
CMYK0.640.5600.43
HSL232.34º47.47%38.82%-
HSV(B)232.34º64.38%57.25%-
XYZ8.446.4728-
YUV69.76171.02115.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=19.85%
G=24.43%
B=55.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52641460.640.5600.43232.3447.4738.82
Hex344092403802Be82f27
Octal64100222100700533505747
Binary1101001000000100100101000000111000010101111101000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344092; }

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

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

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

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

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

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

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

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