Html Css Color HEX #35393D Baltic Sea

📋 copy color: '#35393D'

red 53 ◦ green 57 ◦ blue 61

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

Shades of Baltic Sea #35393D

Tints of Baltic Sea #35393D

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35393D (or 0x35393D) is known color: 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

RGB 53 57 61 -
CMYK 0.13 0.07 0 0.76
HSL 210º 0.07% 0.22% -
HSV(B) 210º 0.13% 0.24% -
XYZ 3.77 4.02 4.99 -
YUV 56.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 53 57 61 0.13 0.07 0 0.76 210 0.07 0.22
Hex 35 39 3D D 7 0 4C D2 7 16
Octal 65 71 75 15 7 0 114 322 7 26
Binary 110101 111001 111101 1101 111 0 1001100 11010010 111 10110

Color Harmonies of #35393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35393D

Black with #35393D

Text Example


Text Example

White with #35393D

Text Example


Text Example

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