#344792

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

Shades of Tory Blue #344792

Tints of Tory Blue #344792

Color information

#344792 (or 0x344792) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 92. RGB value is (52,71,146). Sum of RGB (Red+Green+Blue) = 52+71+146=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #344792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344792 is #CBB86D. Grayscale: #494949. Windows color (decimal): -13351022 or 9586484. OLE color: 9586484.

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

Color convert

RGB5271146-
CMYK0.640.5100.43
HSL227.87º47.47%38.82%-
HSV(B)227.87º64.38%57.25%-
XYZ8.867.3128.14-
YUV73.87168.71112.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=19.33%
G=26.39%
B=54.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52711460.640.5100.43227.8747.4738.82
Hex344792403302Be42f27
Octal64107222100630533445747
Binary1101001000111100100101000000110011010101111100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344792; }

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

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

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

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

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

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

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

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