Html Css Color HEX #3C4043 Baltic Sea

📋 copy color: '#3C4043'

red 60 ◦ green 64 ◦ blue 67

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

Shades of Baltic Sea #3C4043

Tints of Baltic Sea #3C4043

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 60 64 67 -
CMYK 0.10 0.04 0 0.74
HSL 205.71º 0.06% 0.25% -
HSV(B) 205.71º 0.1% 0.26% -
XYZ 4.71 5.03 6.03 -
YUV 63.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 60 64 67 0.10 0.04 0 0.74 205.71 0.06 0.25
Hex 3C 40 43 A 4 0 4A CE 6 19
Octal 74 100 103 12 4 0 112 316 6 31
Binary 111100 1000000 1000011 1010 100 0 1001010 11001110 110 11001

Color Harmonies of #3C4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4043

Black with #3C4043

Text Example


Text Example

White with #3C4043

Text Example


Text Example

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