#353739

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

Shades of Baltic Sea #353739

Tints of Baltic Sea #353739

Color information

#353739 (or 0x353739) is unknown color: approx Baltic Sea. HEX triplet: 35, 37 and 39. RGB value is (53,55,57). Sum of RGB (Red+Green+Blue) = 53+55+57=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 57 - color contains mainly: blue. Hex color #353739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353739 is #CAC8C6. Grayscale: #363636. Windows color (decimal): -13289671 or 3749685. OLE color: 3749685.

HSL color Cylindrical-coordinate representation of color #353739: hue angle of 210º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353739 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB535557-
CMYK0.070.0400.78
HSL210º3.64%21.57%-
HSV(B)210º7.02%22.35%-
XYZ3.573.784.41-
YUV54.63129.34126.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=32.12%
G=33.33%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355570.070.0400.782103.6421.57
Hex3537397404Ed2416
Octal656771740116322426
Binary110101110111111001111100010011101101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353739; }

 p { color: rgb(53,55,57); }

 H1.HeaderClassName
 {
   color: #353739;
 }
 .AnyTagClassName
 {
   color: #353739;
 }
</style>
background-color css

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

 a { background-color: rgb(53,55,57); }

 div.DivClassName
 {
   background-color: #353739;
 }
 .BgClassName
 {
   background-color: #353739;
 }
</style>
border-color css

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

 span { border-color: rgb(53,55,57); }

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