#3C4043

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

Shades of Baltic Sea #3C4043

Tints of Baltic Sea #3C4043

Color information

#3C4043 (or 0x3C4043) is unknown color: approx Baltic Sea. HEX triplet: 3C, 40 and 43. RGB value is (60,64,67). Sum of RGB (Red+Green+Blue) = 60+64+67=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4043 is #C3BFBC. Grayscale: #3F3F3F. Windows color (decimal): -12828605 or 4407356. OLE color: 4407356.

HSL color Cylindrical-coordinate representation of color #3C4043: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C4043 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB606467-
CMYK0.100.0400.74
HSL205.71º5.51%24.9%-
HSV(B)205.71º10.45%26.27%-
XYZ4.715.036.03-
YUV63.15130.17125.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=31.41%
G=33.51%
B=35.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6064670.100.0400.74205.715.5124.9
Hex3C4043A404Ace619
Octal741001031240112316631
Binary111100100000010000111010100010010101100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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