Html Css Color HEX #353D46 Baltic Sea

📋 copy color: '#353D46'

red 53 ◦ green 61 ◦ blue 70

#353D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #353D46

Tints of Baltic Sea #353D46

RGB

 RED value IS 53 (21.09% from 255) = 28.8%

 GREEN value IS 61 (24.22% from 255) = 33.15%

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 28.8%
G = 33.15%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353D46 (or 0x353D46) is known color: 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

RGB 53 61 70 -
CMYK 0.24 0.13 0 0.73
HSL 211.76º 0.14% 0.24% -
HSV(B) 211.76º 0.24% 0.27% -
XYZ 4.24 4.54 6.45 -
YUV 59.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 53 61 70 0.24 0.13 0 0.73 211.76 0.14 0.24
Hex 35 3D 46 18 D 0 49 D4 E 18
Octal 65 75 106 30 15 0 111 324 16 30
Binary 110101 111101 1000110 11000 1101 0 1001001 11010100 1110 11000

Color Harmonies of #353D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D46

Black with #353D46

Text Example


Text Example

White with #353D46

Text Example


Text Example

HTML Codes & Css Web 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>