Html Css Color HEX #3C4D57 Atomic

📋 copy color: '#3C4D57'

red 60 ◦ green 77 ◦ blue 87

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

Shades of Atomic #3C4D57

Tints of Atomic #3C4D57

RGB

 RED value IS 60 (23.83% from 255) = 26.79%

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 26.79%
G = 34.38%
B = 38.84%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C4D57 (or 0x3C4D57) is known color: Atomic. HEX triplet: 3C, 4D and 57. RGB value is (60,77,87). Sum of RGB (Red+Green+Blue) = 60+77+87=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C4D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D57 is #C3B2A8. Grayscale: #494949. Windows color (decimal): -12825257 or 5721404. OLE color: 5721404.

HSL color Cylindrical-coordinate representation of color #3C4D57: hue angle of 202.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C4D57 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 77 87 -
CMYK 0.31 0.11 0 0.66
HSL 202.22º 0.18% 0.29% -
HSV(B) 202.22º 0.31% 0.34% -
XYZ 6.24 6.96 10.03 -
YUV 73.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 60 77 87 0.31 0.11 0 0.66 202.22 0.18 0.29
Hex 3C 4D 57 1F B 0 42 CA 12 1D
Octal 74 115 127 37 13 0 102 312 22 35
Binary 111100 1001101 1010111 11111 1011 0 1000010 11001010 10010 11101

Color Harmonies of #3C4D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4D57

Black with #3C4D57

Text Example


Text Example

White with #3C4D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,87); }

 H1.HeaderClassName
 {
   color: #3C4D57;
 }
 .AnyTagClassName
 {
   color: #3C4D57;
 }
</style>

background-color css

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

 a { background-color: rgb(60,77,87); }

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

border-color css

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

 span { border-color: rgb(60,77,87); }

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