#344856

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

Shades of Atomic #344856

Tints of Atomic #344856

Color information

#344856 (or 0x344856) is unknown color: approx Atomic. HEX triplet: 34, 48 and 56. RGB value is (52,72,86). Sum of RGB (Red+Green+Blue) = 52+72+86=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #344856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344856 is #CBB7A9. Grayscale: #434343. Windows color (decimal): -13350826 or 5654580. OLE color: 5654580.

HSL color Cylindrical-coordinate representation of color #344856: hue angle of 204.71º 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 #344856 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527286-
CMYK0.400.1600.66
HSL204.71º24.64%27.06%-
HSV(B)204.71º39.53%33.73%-
XYZ5.416.049.68-
YUV67.62138.37116.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=24.76%
G=34.29%
B=40.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5272860.400.1600.66204.7124.6427.06
Hex3448562810042cd191b
Octal64110126502001023153133
Binary110100100100010101101010001000001000010110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344856; }

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

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

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

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

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

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

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

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