Html Css Color HEX #3C3E40 Baltic Sea

📋 copy color: '#3C3E40'

red 60 ◦ green 62 ◦ blue 64

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

Shades of Baltic Sea #3C3E40

Tints of Baltic Sea #3C3E40

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

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 60 62 64 -
CMYK 0.06 0.03 0 0.75
HSL 210º 0.03% 0.24% -
HSV(B) 210º 0.06% 0.25% -
XYZ 4.51 4.78 5.53 -
YUV 61.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 60 62 64 0.06 0.03 0 0.75 210 0.03 0.24
Hex 3C 3E 40 6 3 0 4B D2 3 18
Octal 74 76 100 6 3 0 113 322 3 30
Binary 111100 111110 1000000 110 11 0 1001011 11010010 11 11000

Color Harmonies of #3C3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3E40

Black with #3C3E40

Text Example


Text Example

White with #3C3E40

Text Example


Text Example

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