#343B44

Color #343B44 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #343B44

Tints of Baltic Sea #343B44

Color information

#343B44 (or 0x343B44) is unknown color: approx 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

RGB525968-
CMYK0.240.1300.73
HSL213.75º13.33%23.53%-
HSV(B)213.75º23.53%26.67%-
XYZ4.024.286.08-
YUV57.93133.68123.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5259680.240.1300.73213.7513.3323.53
Hex343B4418D049d6d18
Octal6473104301501113261530
Binary11010011101110001001100011010100100111010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>