#353B41

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

Shades of Baltic Sea #353B41

Tints of Baltic Sea #353B41

Color information

#353B41 (or 0x353B41) is unknown color: approx Baltic Sea. HEX triplet: 35, 3B and 41. RGB value is (53,59,65). Sum of RGB (Red+Green+Blue) = 53+59+65=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #353B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B41 is #CAC4BE. Grayscale: #393939. Windows color (decimal): -13288639 or 4274997. OLE color: 4274997.

HSL color Cylindrical-coordinate representation of color #353B41: hue angle of 210º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #353B41 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535965-
CMYK0.180.0900.75
HSL210º10.17%23.14%-
HSV(B)210º18.46%25.49%-
XYZ3.994.275.61-
YUV57.89132.01124.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=29.94%
G=33.33%
B=36.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5359650.180.0900.7521010.1723.14
Hex353B4112904Bd2a17
Octal6573101221101133221227
Binary11010111101110000011001010010100101111010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,65); }

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

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

 a { background-color: rgb(53,59,65); }

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

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

 span { border-color: rgb(53,59,65); }

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