Html Css Color HEX #353A40 Baltic Sea

📋 copy color: '#353A40'

red 53 ◦ green 58 ◦ blue 64

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

Shades of Baltic Sea #353A40

Tints of Baltic Sea #353A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 30.29%
G = 33.14%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353A40 (or 0x353A40) is known color: Baltic Sea. HEX triplet: 35, 3A and 40. RGB value is (53,58,64). Sum of RGB (Red+Green+Blue) = 53+58+64=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #353A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A40 is #CAC5BF. Grayscale: #393939. Windows color (decimal): -13288896 or 4209205. OLE color: 4209205.

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

Color convert

RGB 53 58 64 -
CMYK 0.17 0.09 0 0.75
HSL 212.73º 0.09% 0.23% -
HSV(B) 212.73º 0.17% 0.25% -
XYZ 3.91 4.15 5.45 -
YUV 57.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 53 58 64 0.17 0.09 0 0.75 212.73 0.09 0.23
Hex 35 3A 40 11 9 0 4B D5 9 17
Octal 65 72 100 21 11 0 113 325 11 27
Binary 110101 111010 1000000 10001 1001 0 1001011 11010101 1001 10111

Color Harmonies of #353A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A40

Black with #353A40

Text Example


Text Example

White with #353A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,64); }

 H1.HeaderClassName
 {
   color: #353A40;
 }
 .AnyTagClassName
 {
   color: #353A40;
 }
</style>

background-color css

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

 a { background-color: rgb(53,58,64); }

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

border-color css

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

 span { border-color: rgb(53,58,64); }

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