#344851

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

Shades of Atomic #344851

Tints of Atomic #344851

Color information

#344851 (or 0x344851) is unknown color: approx Atomic. HEX triplet: 34, 48 and 51. RGB value is (52,72,81). Sum of RGB (Red+Green+Blue) = 52+72+81=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #344851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344851 is #CBB7AE. Grayscale: #424242. Windows color (decimal): -13350831 or 5326900. OLE color: 5326900.

HSL color Cylindrical-coordinate representation of color #344851: hue angle of 198.62º 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 #344851 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB527281-
CMYK0.360.1100.68
HSL198.62º21.8%26.08%-
HSV(B)198.62º35.8%31.76%-
XYZ5.225.968.66-
YUV67.05135.87117.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=25.37%
G=35.12%
B=39.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5272810.360.1100.68198.6221.826.08
Hex34485124B044c7161a
Octal64110121441301043072632
Binary11010010010001010001100100101101000100110001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344851; }

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

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

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

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

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

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

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

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