#344753

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

Shades of Atomic #344753

Tints of Atomic #344753

Color information

#344753 (or 0x344753) is unknown color: approx Atomic. HEX triplet: 34, 47 and 53. RGB value is (52,71,83). Sum of RGB (Red+Green+Blue) = 52+71+83=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #344753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344753 is #CBB8AC. Grayscale: #424242. Windows color (decimal): -13351085 or 5457716. OLE color: 5457716.

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

Color convert

RGB527183-
CMYK0.370.1400.67
HSL203.23º22.96%26.47%-
HSV(B)203.23º37.35%32.55%-
XYZ5.235.869.04-
YUV66.69137.21117.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=25.24%
G=34.47%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5271830.370.1400.67203.2322.9626.47
Hex34475325E043cb171a
Octal64107123451601033132732
Binary11010010001111010011100101111001000011110010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344753; }

 p { color: rgb(52,71,83); }

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

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

 a { background-color: rgb(52,71,83); }

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

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

 span { border-color: rgb(52,71,83); }

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