#353D46

Color #353D46 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #353D46

Tints of Baltic Sea #353D46

Color information

#353D46 (or 0x353D46) is unknown color: approx Baltic Sea. HEX triplet: 35, 3D and 46. RGB value is (53,61,70). Sum of RGB (Red+Green+Blue) = 53+61+70=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #353D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D46 is #CAC2B9. Grayscale: #3B3B3B. Windows color (decimal): -13288122 or 4603189. OLE color: 4603189.

HSL color Cylindrical-coordinate representation of color #353D46: hue angle of 211.76º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353D46 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536170-
CMYK0.240.1300.73
HSL211.76º13.82%24.12%-
HSV(B)211.76º24.29%27.45%-
XYZ4.244.546.45-
YUV59.63133.85123.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=28.80%
G=33.15%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5361700.240.1300.73211.7613.8224.12
Hex353D4618D049d4e18
Octal6575106301501113241630
Binary11010111110110001101100011010100100111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353D46; }

 p { color: rgb(53,61,70); }

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

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

 a { background-color: rgb(53,61,70); }

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

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

 span { border-color: rgb(53,61,70); }

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