Html Css Color HEX #3B4046 Baltic Sea

📋 copy color: '#3B4046'

red 59 ◦ green 64 ◦ blue 70

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

Shades of Baltic Sea #3B4046

Tints of Baltic Sea #3B4046

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 value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B4046 (or 0x3B4046) is known color: 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

RGB 59 64 70 -
CMYK 0.16 0.09 0 0.73
HSL 212.73º 0.09% 0.25% -
HSV(B) 212.73º 0.16% 0.27% -
XYZ 4.74 5.04 6.52 -
YUV 63.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 59 64 70 0.16 0.09 0 0.73 212.73 0.09 0.25
Hex 3B 40 46 10 9 0 49 D5 9 19
Octal 73 100 106 20 11 0 111 325 11 31
Binary 111011 1000000 1000110 10000 1001 0 1001001 11010101 1001 11001

Color Harmonies of #3B4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4046

Black with #3B4046

Text Example


Text Example

White with #3B4046

Text Example


Text Example

HTML Codes & Css Web 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>