#353C44

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

Shades of Baltic Sea #353C44

Tints of Baltic Sea #353C44

Color information

#353C44 (or 0x353C44) is unknown color: approx 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

RGB536068-
CMYK0.220.1200.73
HSL212º12.4%23.73%-
HSV(B)212º22.06%26.67%-
XYZ4.134.416.1-
YUV58.82133.18123.85-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5360680.220.1200.7321212.423.73
Hex353C4416C049d4c18
Octal6574104261401113241430
Binary11010111110010001001011011000100100111010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>