#3B4046

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

Shades of Baltic Sea #3B4046

Tints of Baltic Sea #3B4046

Color information

#3B4046 (or 0x3B4046) is unknown color: approx Baltic Sea. HEX triplet: 3B, 40 and 46. RGB value is (59,64,70). Sum of RGB (Red+Green+Blue) = 59+64+70=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B4046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4046 is #C4BFB9. Grayscale: #3F3F3F. Windows color (decimal): -12894138 or 4603963. OLE color: 4603963.

HSL color Cylindrical-coordinate representation of color #3B4046: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4046 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB596470-
CMYK0.160.0900.73
HSL212.73º8.53%25.29%-
HSV(B)212.73º15.71%27.45%-
XYZ4.745.046.52-
YUV63.19131.84125.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=30.57%
G=33.16%
B=36.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5964700.160.0900.73212.738.5325.29
Hex3B4046109049d5919
Octal73100106201101113251131
Binary111011100000010001101000010010100100111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4046; }

 p { color: rgb(59,64,70); }

 H1.HeaderClassName
 {
   color: #3B4046;
 }
 .AnyTagClassName
 {
   color: #3B4046;
 }
</style>
background-color css

<style>
 a { background-color: #3B4046; }

 a { background-color: rgb(59,64,70); }

 div.DivClassName
 {
   background-color: #3B4046;
 }
 .BgClassName
 {
   background-color: #3B4046;
 }
</style>
border-color css

<style>
 span { border-color: #3B4046; }

 span { border-color: rgb(59,64,70); }

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