Html Css Color HEX #353D44 Baltic Sea

📋 copy color: '#353D44'

red 53 ◦ green 61 ◦ blue 68

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

Shades of Baltic Sea #353D44

Tints of Baltic Sea #353D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 29.12%
G = 33.52%
B = 37.36%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353D44 (or 0x353D44) is known color: Baltic Sea. HEX triplet: 35, 3D and 44. RGB value is (53,61,68). Sum of RGB (Red+Green+Blue) = 53+61+68=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #353D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D44 is #CAC2BB. Grayscale: #3B3B3B. Windows color (decimal): -13288124 or 4472117. OLE color: 4472117.

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

Color convert

RGB 53 61 68 -
CMYK 0.22 0.10 0 0.73
HSL 208º 0.12% 0.24% -
HSV(B) 208º 0.22% 0.27% -
XYZ 4.18 4.51 6.12 -
YUV 59.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 53 61 68 0.22 0.10 0 0.73 208 0.12 0.24
Hex 35 3D 44 16 A 0 49 D0 C 18
Octal 65 75 104 26 12 0 111 320 14 30
Binary 110101 111101 1000100 10110 1010 0 1001001 11010000 1100 11000

Color Harmonies of #353D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D44

Black with #353D44

Text Example


Text Example

White with #353D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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