#344079

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

Shades of Resolution Blue #344079

Tints of Resolution Blue #344079

Color information

#344079 (or 0x344079) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 79. RGB value is (52,64,121). Sum of RGB (Red+Green+Blue) = 52+64+121=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #344079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344079 is #CBBF86. Grayscale: #424242. Windows color (decimal): -13352839 or 7946292. OLE color: 7946292.

HSL color Cylindrical-coordinate representation of color #344079: hue angle of 229.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344079 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5264121-
CMYK0.570.4700.53
HSL229.57º39.88%33.92%-
HSV(B)229.57º57.02%47.45%-
XYZ6.75.7818.85-
YUV66.91158.52117.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=21.94%
G=27.00%
B=51.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52641210.570.4700.53229.5739.8833.92
Hex344079392F035e62822
Octal6410017171570653465042
Binary11010010000001111001111001101111011010111100110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344079; }

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

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

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

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

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

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

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

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