#344951

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

Shades of Atomic #344951

Tints of Atomic #344951

Color information

#344951 (or 0x344951) is unknown color: approx Atomic. HEX triplet: 34, 49 and 51. RGB value is (52,73,81). Sum of RGB (Red+Green+Blue) = 52+73+81=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #344951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344951 is #CBB6AE. Grayscale: #434343. Windows color (decimal): -13350575 or 5327156. OLE color: 5327156.

HSL color Cylindrical-coordinate representation of color #344951: hue angle of 196.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344951 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB527381-
CMYK0.360.1000.68
HSL196.55º21.8%26.08%-
HSV(B)196.55º35.8%31.76%-
XYZ5.286.098.68-
YUV67.63135.54116.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=25.24%
G=35.44%
B=39.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5273810.360.1000.68196.5521.826.08
Hex34495124A044c5161a
Octal64111121441201043052632
Binary11010010010011010001100100101001000100110001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344951; }

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

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

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

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

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

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

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

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