Html Css Color HEX #34393F Baltic Sea

📋 copy color: '#34393F'

red 52 ◦ green 57 ◦ blue 63

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

Shades of Baltic Sea #34393F

Tints of Baltic Sea #34393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.63%

R = 30.23%
G = 33.14%
B = 36.63%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#34393F (or 0x34393F) is known color: Baltic Sea. HEX triplet: 34, 39 and 3F. RGB value is (52,57,63). Sum of RGB (Red+Green+Blue) = 52+57+63=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #34393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34393F is #CBC6C0. Grayscale: #383838. Windows color (decimal): -13354689 or 4143412. OLE color: 4143412.

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

Color convert

RGB 52 57 63 -
CMYK 0.17 0.10 0 0.75
HSL 212.73º 0.1% 0.23% -
HSV(B) 212.73º 0.17% 0.25% -
XYZ 3.78 4.02 5.28 -
YUV 56.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 52 57 63 0.17 0.10 0 0.75 212.73 0.1 0.23
Hex 34 39 3F 11 A 0 4B D5 A 17
Octal 64 71 77 21 12 0 113 325 12 27
Binary 110100 111001 111111 10001 1010 0 1001011 11010101 1010 10111

Color Harmonies of #34393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34393F

Black with #34393F

Text Example


Text Example

White with #34393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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