#344754

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

Shades of Atomic #344754

Tints of Atomic #344754

Color information

#344754 (or 0x344754) is unknown color: approx Atomic. HEX triplet: 34, 47 and 54. RGB value is (52,71,84). Sum of RGB (Red+Green+Blue) = 52+71+84=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #344754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344754 is #CBB8AB. Grayscale: #424242. Windows color (decimal): -13351084 or 5523252. OLE color: 5523252.

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

Color convert

RGB527184-
CMYK0.380.1500.67
HSL204.38º23.53%26.67%-
HSV(B)204.38º38.1%32.94%-
XYZ5.275.889.24-
YUV66.8137.71117.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=25.12%
G=34.30%
B=40.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5271840.380.1500.67204.3823.5326.67
Hex34475426F043cc181b
Octal64107124461701033143033
Binary11010010001111010100100110111101000011110011001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344754; }

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

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

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

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

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

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

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

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