#344480

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

Shades of Resolution Blue #344480

Tints of Resolution Blue #344480

Color information

#344480 (or 0x344480) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 80. RGB value is (52,68,128). Sum of RGB (Red+Green+Blue) = 52+68+128=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #344480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344480 is #CBBB7F. Grayscale: #454545. Windows color (decimal): -13351808 or 8406068. OLE color: 8406068.

HSL color Cylindrical-coordinate representation of color #344480: hue angle of 227.37º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #344480 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5268128-
CMYK0.590.4700.50
HSL227.37º42.22%35.29%-
HSV(B)227.37º59.38%50.2%-
XYZ7.386.4221.27-
YUV70.06160.7115.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=20.97%
G=27.42%
B=51.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52681280.590.4700.50227.3742.2235.29
Hex3444803B2F032e32a23
Octal6410420073570623435243
Binary110100100010010000000111011101111011001011100011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344480; }

 p { color: rgb(52,68,128); }

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

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

 a { background-color: rgb(52,68,128); }

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

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

 span { border-color: rgb(52,68,128); }

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