#354851

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

Shades of Atomic #354851

Tints of Atomic #354851

Color information

#354851 (or 0x354851) is unknown color: approx Atomic. HEX triplet: 35, 48 and 51. RGB value is (53,72,81). Sum of RGB (Red+Green+Blue) = 53+72+81=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #354851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354851 is #CAB7AE. Grayscale: #434343. Windows color (decimal): -13285295 or 5326901. OLE color: 5326901.

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

Color convert

RGB537281-
CMYK0.350.1100.68
HSL199.29º20.9%26.27%-
HSV(B)199.29º34.57%31.76%-
XYZ5.275.998.66-
YUV67.34135.71117.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=25.73%
G=34.95%
B=39.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5372810.350.1100.68199.2920.926.27
Hex35485123B044c7151a
Octal65110121431301043072532
Binary11010110010001010001100011101101000100110001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354851; }

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

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

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

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

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

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

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

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