#343A40

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

Shades of Baltic Sea #343A40

Tints of Baltic Sea #343A40

Color information

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

RGB525864-
CMYK0.190.0900.75
HSL210º10.34%22.75%-
HSV(B)210º18.75%25.1%-
XYZ3.854.135.44-
YUV56.89132.01124.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5258640.190.0900.7521010.3422.75
Hex343A4013904Bd2a17
Octal6472100231101133221227
Binary11010011101010000001001110010100101111010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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