#344952

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

Shades of Atomic #344952

Tints of Atomic #344952

Color information

#344952 (or 0x344952) is unknown color: approx Atomic. HEX triplet: 34, 49 and 52. RGB value is (52,73,82). Sum of RGB (Red+Green+Blue) = 52+73+82=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #344952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344952 is #CBB6AD. Grayscale: #434343. Windows color (decimal): -13350574 or 5392692. OLE color: 5392692.

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

Color convert

RGB527382-
CMYK0.370.1100.68
HSL198º22.39%26.27%-
HSV(B)198º36.59%32.16%-
XYZ5.326.18.88-
YUV67.75136.04116.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=25.12%
G=35.27%
B=39.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5273820.370.1100.6819822.3926.27
Hex34495225B044c6161a
Octal64111122451301043062632
Binary11010010010011010010100101101101000100110001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344952; }

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

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

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

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

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

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

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

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