#344970

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

Shades of Resolution Blue #344970

Tints of Resolution Blue #344970

Color information

#344970 (or 0x344970) is unknown color: approx Resolution Blue. HEX triplet: 34, 49 and 70. RGB value is (52,73,112). Sum of RGB (Red+Green+Blue) = 52+73+112=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #344970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344970 is #CBB68F. Grayscale: #464646. Windows color (decimal): -13350544 or 7358772. OLE color: 7358772.

HSL color Cylindrical-coordinate representation of color #344970: hue angle of 219º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344970 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5273112-
CMYK0.540.3500.56
HSL219º36.59%32.16%-
HSV(B)219º53.57%43.92%-
XYZ6.726.6716.26-
YUV71.17151.04114.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=21.94%
G=30.80%
B=47.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52731120.540.3500.5621936.5932.16
Hex3449703623038db2520
Octal6411116066430703334540
Binary11010010010011110000110110100011011100011011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344970; }

 p { color: rgb(52,73,112); }

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

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

 a { background-color: rgb(52,73,112); }

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

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

 span { border-color: rgb(52,73,112); }

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