#35393D

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

Shades of Baltic Sea #35393D

Tints of Baltic Sea #35393D

Color information

#35393D (or 0x35393D) is unknown color: approx Baltic Sea. HEX triplet: 35, 39 and 3D. RGB value is (53,57,61). Sum of RGB (Red+Green+Blue) = 53+57+61=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 61 - color contains mainly: blue. Hex color #35393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35393D is #CAC6C2. Grayscale: #383838. Windows color (decimal): -13289155 or 4012341. OLE color: 4012341.

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

Color convert

RGB535761-
CMYK0.130.0700.76
HSL210º7.02%22.35%-
HSV(B)210º13.11%23.92%-
XYZ3.774.024.99-
YUV56.26130.67125.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=30.99%
G=33.33%
B=35.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5357610.130.0700.762107.0222.35
Hex35393DD704Cd2716
Octal6571751570114322726
Binary1101011110011111011101111010011001101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35393D; }

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

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

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

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

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

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

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

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