Html Css Color HEX #343B44 Baltic Sea

📋 copy color: '#343B44'

red 52 ◦ green 59 ◦ blue 68

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

Shades of Baltic Sea #343B44

Tints of Baltic Sea #343B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 29.05%
G = 32.96%
B = 37.99%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343B44 (or 0x343B44) is known color: Baltic Sea. HEX triplet: 34, 3B and 44. RGB value is (52,59,68). Sum of RGB (Red+Green+Blue) = 52+59+68=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #343B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B44 is #CBC4BB. Grayscale: #393939. Windows color (decimal): -13354172 or 4471604. OLE color: 4471604.

HSL color Cylindrical-coordinate representation of color #343B44: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #343B44 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 59 68 -
CMYK 0.24 0.13 0 0.73
HSL 213.75º 0.13% 0.24% -
HSV(B) 213.75º 0.24% 0.27% -
XYZ 4.02 4.28 6.08 -
YUV 57.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 52 59 68 0.24 0.13 0 0.73 213.75 0.13 0.24
Hex 34 3B 44 18 D 0 49 D6 D 18
Octal 64 73 104 30 15 0 111 326 15 30
Binary 110100 111011 1000100 11000 1101 0 1001001 11010110 1101 11000

Color Harmonies of #343B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B44

Black with #343B44

Text Example


Text Example

White with #343B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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