Html Css Color HEX #34393D Baltic Sea

📋 copy color: '#34393D'

red 52 ◦ green 57 ◦ blue 61

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

Shades of Baltic Sea #34393D

Tints of Baltic Sea #34393D

RGB

 RED value IS 52 (20.7% from 255) = 30.59%

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 30.59%
G = 33.53%
B = 35.88%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#34393D (or 0x34393D) is known color: Baltic Sea. HEX triplet: 34, 39 and 3D. RGB value is (52,57,61). Sum of RGB (Red+Green+Blue) = 52+57+61=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #34393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393D is #CBC6C2. Grayscale: #373737. Windows color (decimal): -13354691 or 4012340. OLE color: 4012340.

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

Color convert

RGB 52 57 61 -
CMYK 0.15 0.07 0 0.76
HSL 206.67º 0.08% 0.22% -
HSV(B) 206.67º 0.15% 0.24% -
XYZ 3.72 3.99 4.99 -
YUV 55.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 52 57 61 0.15 0.07 0 0.76 206.67 0.08 0.22
Hex 34 39 3D F 7 0 4C CF 8 16
Octal 64 71 75 17 7 0 114 317 10 26
Binary 110100 111001 111101 1111 111 0 1001100 11001111 1000 10110

Color Harmonies of #34393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34393D

Black with #34393D

Text Example


Text Example

White with #34393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34393D;
 }
 .AnyTagClassName
 {
   color: #34393D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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