#344070

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

Shades of Resolution Blue #344070

Tints of Resolution Blue #344070

Color information

#344070 (or 0x344070) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 70. RGB value is (52,64,112). Sum of RGB (Red+Green+Blue) = 52+64+112=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #344070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344070 is #CBBF8F. Grayscale: #414141. Windows color (decimal): -13352848 or 7356468. OLE color: 7356468.

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

Color convert

RGB5264112-
CMYK0.540.4300.56
HSL228º36.59%32.16%-
HSV(B)228º53.57%43.92%-
XYZ6.175.5716.08-
YUV65.88154.02118.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=22.81%
G=28.07%
B=49.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52641120.540.4300.5622836.5932.16
Hex344070362B038e42520
Octal6410016066530703444540
Binary11010010000001110000110110101011011100011100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344070; }

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

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

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

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

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

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

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

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