Html Css Color HEX #353C44 Baltic Sea

📋 copy color: '#353C44'

red 53 ◦ green 60 ◦ blue 68

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

Shades of Baltic Sea #353C44

Tints of Baltic Sea #353C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.15%

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

R = 29.28%
G = 33.15%
B = 37.57%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353C44 (or 0x353C44) is known color: Baltic Sea. HEX triplet: 35, 3C and 44. RGB value is (53,60,68). Sum of RGB (Red+Green+Blue) = 53+60+68=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #353C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C44 is #CAC3BB. Grayscale: #3A3A3A. Windows color (decimal): -13288380 or 4471861. OLE color: 4471861.

HSL color Cylindrical-coordinate representation of color #353C44: hue angle of 212º 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 #353C44 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 60 68 -
CMYK 0.22 0.12 0 0.73
HSL 212º 0.12% 0.24% -
HSV(B) 212º 0.22% 0.27% -
XYZ 4.13 4.41 6.1 -
YUV 58.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 53 60 68 0.22 0.12 0 0.73 212 0.12 0.24
Hex 35 3C 44 16 C 0 49 D4 C 18
Octal 65 74 104 26 14 0 111 324 14 30
Binary 110101 111100 1000100 10110 1100 0 1001001 11010100 1100 11000

Color Harmonies of #353C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C44

Black with #353C44

Text Example


Text Example

White with #353C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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