Html Css Color HEX #343B42 Baltic Sea

📋 copy color: '#343B42'

red 52 ◦ green 59 ◦ blue 66

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

Shades of Baltic Sea #343B42

Tints of Baltic Sea #343B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 29.38%
G = 33.33%
B = 37.29%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#343B42 (or 0x343B42) is known color: Baltic Sea. HEX triplet: 34, 3B and 42. RGB value is (52,59,66). Sum of RGB (Red+Green+Blue) = 52+59+66=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #343B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B42 is #CBC4BD. Grayscale: #393939. Windows color (decimal): -13354174 or 4340532. OLE color: 4340532.

HSL color Cylindrical-coordinate representation of color #343B42: hue angle of 210º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343B42 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 59 66 -
CMYK 0.21 0.11 0 0.74
HSL 210º 0.12% 0.23% -
HSV(B) 210º 0.21% 0.26% -
XYZ 3.96 4.25 5.77 -
YUV 57.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 52 59 66 0.21 0.11 0 0.74 210 0.12 0.23
Hex 34 3B 42 15 B 0 4A D2 C 17
Octal 64 73 102 25 13 0 112 322 14 27
Binary 110100 111011 1000010 10101 1011 0 1001010 11010010 1100 10111

Color Harmonies of #343B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B42

Black with #343B42

Text Example


Text Example

White with #343B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,66); }

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

background-color css

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

 a { background-color: rgb(52,59,66); }

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

border-color css

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

 span { border-color: rgb(52,59,66); }

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