#344956

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

Shades of Atomic #344956

Tints of Atomic #344956

Color information

#344956 (or 0x344956) is unknown color: approx Atomic. HEX triplet: 34, 49 and 56. RGB value is (52,73,86). Sum of RGB (Red+Green+Blue) = 52+73+86=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #344956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344956 is #CBB6A9. Grayscale: #444444. Windows color (decimal): -13350570 or 5654836. OLE color: 5654836.

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

Color convert

RGB527386-
CMYK0.400.1500.66
HSL202.94º24.64%27.06%-
HSV(B)202.94º39.53%33.73%-
XYZ5.486.179.71-
YUV68.2138.04116.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=24.64%
G=34.60%
B=40.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5273860.400.1500.66202.9424.6427.06
Hex34495628F042cb191b
Octal64111126501701023133133
Binary11010010010011010110101000111101000010110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344956; }

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

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

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

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

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

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

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

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