#344B56

Color #344B56 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #344B56

Tints of Atomic #344B56

Color information

#344B56 (or 0x344B56) is unknown color: approx Atomic. HEX triplet: 34, 4B and 56. RGB value is (52,75,86). Sum of RGB (Red+Green+Blue) = 52+75+86=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #344B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B56 is #CBB4A9. Grayscale: #454545. Windows color (decimal): -13350058 or 5655348. OLE color: 5655348.

HSL color Cylindrical-coordinate representation of color #344B56: hue angle of 199.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344B56 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527586-
CMYK0.400.1300.66
HSL199.41º24.64%27.06%-
HSV(B)199.41º39.53%33.73%-
XYZ5.616.439.75-
YUV69.38137.38115.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=24.41%
G=35.21%
B=40.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5275860.400.1300.66199.4124.6427.06
Hex344B5628D042c7191b
Octal64113126501501023073133
Binary11010010010111010110101000110101000010110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344B56; }

 p { color: rgb(52,75,86); }

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

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

 a { background-color: rgb(52,75,86); }

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

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

 span { border-color: rgb(52,75,86); }

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