#344080

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

Shades of Resolution Blue #344080

Tints of Resolution Blue #344080

Color information

#344080 (or 0x344080) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 80. RGB value is (52,64,128). Sum of RGB (Red+Green+Blue) = 52+64+128=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #344080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344080 is #CBBF7F. Grayscale: #434343. Windows color (decimal): -13352832 or 8405044. OLE color: 8405044.

HSL color Cylindrical-coordinate representation of color #344080: hue angle of 230.53º 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 #344080 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5264128-
CMYK0.590.500.50
HSL230.53º42.22%35.29%-
HSV(B)230.53º59.38%50.2%-
XYZ7.155.9621.19-
YUV67.71162.02116.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=21.31%
G=26.23%
B=52.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52641280.590.500.50230.5342.2235.29
Hex3440803B32032e72a23
Octal6410020073620623475243
Binary110100100000010000000111011110010011001011100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344080; }

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

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

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

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

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

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

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

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