#354856

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

Shades of Atomic #354856

Tints of Atomic #354856

Color information

#354856 (or 0x354856) is unknown color: approx Atomic. HEX triplet: 35, 48 and 56. RGB value is (53,72,86). Sum of RGB (Red+Green+Blue) = 53+72+86=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #354856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354856 is #CAB7A9. Grayscale: #434343. Windows color (decimal): -13285290 or 5654581. OLE color: 5654581.

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

Color convert

RGB537286-
CMYK0.380.1600.66
HSL205.45º23.74%27.25%-
HSV(B)205.45º38.37%33.73%-
XYZ5.476.069.69-
YUV67.91138.21117.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=25.12%
G=34.12%
B=40.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5372860.380.1600.66205.4523.7427.25
Hex3548562610042cd181b
Octal65110126462001023153033
Binary110101100100010101101001101000001000010110011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354856; }

 p { color: rgb(53,72,86); }

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

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

 a { background-color: rgb(53,72,86); }

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

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

 span { border-color: rgb(53,72,86); }

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