#344470

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

Shades of Resolution Blue #344470

Tints of Resolution Blue #344470

Color information

#344470 (or 0x344470) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 70. RGB value is (52,68,112). Sum of RGB (Red+Green+Blue) = 52+68+112=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #344470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344470 is #CBBB8F. Grayscale: #444444. Windows color (decimal): -13351824 or 7357492. OLE color: 7357492.

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

Color convert

RGB5268112-
CMYK0.540.3900.56
HSL224º36.59%32.16%-
HSV(B)224º53.57%43.92%-
XYZ6.416.0316.16-
YUV68.23152.7116.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=22.41%
G=29.31%
B=48.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52681120.540.3900.5622436.5932.16
Hex3444703627038e02520
Octal6410416066470703404540
Binary11010010001001110000110110100111011100011100000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344470; }

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

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

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

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

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

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

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

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