Html Css Color HEX #343A40 Baltic Sea

📋 copy color: '#343A40'

red 52 ◦ green 58 ◦ blue 64

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

Shades of Baltic Sea #343A40

Tints of Baltic Sea #343A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 29.89%
G = 33.33%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343A40 (or 0x343A40) is known color: Baltic Sea. HEX triplet: 34, 3A and 40. RGB value is (52,58,64). Sum of RGB (Red+Green+Blue) = 52+58+64=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #343A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A40 is #CBC5BF. Grayscale: #383838. Windows color (decimal): -13354432 or 4209204. OLE color: 4209204.

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

Color convert

RGB 52 58 64 -
CMYK 0.19 0.09 0 0.75
HSL 210º 0.1% 0.23% -
HSV(B) 210º 0.19% 0.25% -
XYZ 3.85 4.13 5.44 -
YUV 56.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 52 58 64 0.19 0.09 0 0.75 210 0.1 0.23
Hex 34 3A 40 13 9 0 4B D2 A 17
Octal 64 72 100 23 11 0 113 322 12 27
Binary 110100 111010 1000000 10011 1001 0 1001011 11010010 1010 10111

Color Harmonies of #343A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A40

Black with #343A40

Text Example


Text Example

White with #343A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343A40; }

 p { color: rgb(52,58,64); }

 H1.HeaderClassName
 {
   color: #343A40;
 }
 .AnyTagClassName
 {
   color: #343A40;
 }
</style>

background-color css

<style>
 a { background-color: #343A40; }

 a { background-color: rgb(52,58,64); }

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

border-color css

<style>
 span { border-color: #343A40; }

 span { border-color: rgb(52,58,64); }

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