#3A3D40

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

Shades of Baltic Sea #3A3D40

Tints of Baltic Sea #3A3D40

Color information

#3A3D40 (or 0x3A3D40) is unknown color: approx Baltic Sea. HEX triplet: 3A, 3D and 40. RGB value is (58,61,64). Sum of RGB (Red+Green+Blue) = 58+61+64=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D40 is #C5C2BF. Grayscale: #3C3C3C. Windows color (decimal): -12960448 or 4209978. OLE color: 4209978.

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

Color convert

RGB586164-
CMYK0.090.0500.75
HSL210º4.92%23.92%-
HSV(B)210º9.38%25.1%-
XYZ4.344.615.51-
YUV60.44130.01126.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=31.69%
G=33.33%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5861640.090.0500.752104.9223.92
Hex3A3D409504Bd2518
Octal72751001150113322530
Binary11101011110110000001001101010010111101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,61,64); }

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

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

 a { background-color: rgb(58,61,64); }

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

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

 span { border-color: rgb(58,61,64); }

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