#344955

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

Shades of Atomic #344955

Tints of Atomic #344955

Color information

#344955 (or 0x344955) is unknown color: approx Atomic. HEX triplet: 34, 49 and 55. RGB value is (52,73,85). Sum of RGB (Red+Green+Blue) = 52+73+85=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #344955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344955 is #CBB6AA. Grayscale: #444444. Windows color (decimal): -13350571 or 5589300. OLE color: 5589300.

HSL color Cylindrical-coordinate representation of color #344955: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344955 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB527385-
CMYK0.390.1400.67
HSL201.82º24.09%26.86%-
HSV(B)201.82º38.82%33.33%-
XYZ5.446.159.49-
YUV68.09137.54116.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=24.76%
G=34.76%
B=40.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5273850.390.1400.67201.8224.0926.86
Hex34495527E043ca181b
Octal64111125471601033123033
Binary11010010010011010101100111111001000011110010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344955; }

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

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

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

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

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

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

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

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