Html Css Color HEX #353739 Baltic Sea

📋 copy color: '#353739'

red 53 ◦ green 55 ◦ blue 57

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

Shades of Baltic Sea #353739

Tints of Baltic Sea #353739

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 value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353739 (or 0x353739) is known color: 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

RGB 53 55 57 -
CMYK 0.07 0.04 0 0.78
HSL 210º 0.04% 0.22% -
HSV(B) 210º 0.07% 0.22% -
XYZ 3.57 3.78 4.41 -
YUV 54.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 53 55 57 0.07 0.04 0 0.78 210 0.04 0.22
Hex 35 37 39 7 4 0 4E D2 4 16
Octal 65 67 71 7 4 0 116 322 4 26
Binary 110101 110111 111001 111 100 0 1001110 11010010 100 10110

Color Harmonies of #353739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353739

Black with #353739

Text Example


Text Example

White with #353739

Text Example


Text Example

HTML Codes & Css Web 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>