Html Css Color HEX #393E45 Baltic Sea

📋 copy color: '#393E45'

red 57 ◦ green 62 ◦ blue 69

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

Shades of Baltic Sea #393E45

Tints of Baltic Sea #393E45

RGB

 RED value IS 57 (22.66% from 255) = 30.32%

 GREEN value IS 62 (24.61% from 255) = 32.98%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 30.32%
G = 32.98%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#393E45 (or 0x393E45) is known color: Baltic Sea. HEX triplet: 39, 3E and 45. RGB value is (57,62,69). Sum of RGB (Red+Green+Blue) = 57+62+69=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #393E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E45 is #C6C1BA. Grayscale: #3D3D3D. Windows color (decimal): -13025723 or 4537913. OLE color: 4537913.

HSL color Cylindrical-coordinate representation of color #393E45: hue angle of 215º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #393E45 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 62 69 -
CMYK 0.17 0.10 0 0.73
HSL 215º 0.1% 0.25% -
HSV(B) 215º 0.17% 0.27% -
XYZ 4.48 4.74 6.31 -
YUV 61.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 57 62 69 0.17 0.10 0 0.73 215 0.1 0.25
Hex 39 3E 45 11 A 0 49 D7 A 19
Octal 71 76 105 21 12 0 111 327 12 31
Binary 111001 111110 1000101 10001 1010 0 1001001 11010111 1010 11001

Color Harmonies of #393E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E45

Black with #393E45

Text Example


Text Example

White with #393E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393E45; }

 p { color: rgb(57,62,69); }

 H1.HeaderClassName
 {
   color: #393E45;
 }
 .AnyTagClassName
 {
   color: #393E45;
 }
</style>

background-color css

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

 a { background-color: rgb(57,62,69); }

 div.DivClassName
 {
   background-color: #393E45;
 }
 .BgClassName
 {
   background-color: #393E45;
 }
</style>

border-color css

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

 span { border-color: rgb(57,62,69); }

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