#354852

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

Shades of Atomic #354852

Tints of Atomic #354852

Color information

#354852 (or 0x354852) is unknown color: approx Atomic. HEX triplet: 35, 48 and 52. RGB value is (53,72,82). Sum of RGB (Red+Green+Blue) = 53+72+82=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 72 (28.52% from 255 or 34.78% 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 #354852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354852 is #CAB7AD. Grayscale: #434343. Windows color (decimal): -13285294 or 5392437. OLE color: 5392437.

HSL color Cylindrical-coordinate representation of color #354852: hue angle of 200.69º 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 #354852 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB537282-
CMYK0.350.1200.68
HSL200.69º21.48%26.47%-
HSV(B)200.69º35.37%32.16%-
XYZ5.3168.86-
YUV67.46136.21117.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=25.60%
G=34.78%
B=39.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5372820.350.1200.68200.6921.4826.47
Hex35485223C044c9151a
Octal65110122431401043112532
Binary11010110010001010010100011110001000100110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354852; }

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

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

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

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

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

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

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

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