#3C3E40

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

Shades of Baltic Sea #3C3E40

Tints of Baltic Sea #3C3E40

Color information

#3C3E40 (or 0x3C3E40) is unknown color: approx Baltic Sea. HEX triplet: 3C, 3E and 40. RGB value is (60,62,64). Sum of RGB (Red+Green+Blue) = 60+62+64=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E40 is #C3C1BF. Grayscale: #3D3D3D. Windows color (decimal): -12829120 or 4210236. OLE color: 4210236.

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

Color convert

RGB606264-
CMYK0.060.0300.75
HSL210º3.23%24.31%-
HSV(B)210º6.25%25.1%-
XYZ4.514.785.53-
YUV61.63129.34126.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=32.26%
G=33.33%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6062640.060.0300.752103.2324.31
Hex3C3E406304Bd2318
Octal7476100630113322330
Binary11110011111010000001101101001011110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,62,64); }

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

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

 a { background-color: rgb(60,62,64); }

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

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

 span { border-color: rgb(60,62,64); }

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