Html Css Color HEX #3C4F57 Atomic

📋 copy color: '#3C4F57'

red 60 ◦ green 79 ◦ blue 87

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

Shades of Atomic #3C4F57

Tints of Atomic #3C4F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

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

R = 26.55%
G = 34.96%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C4F57 (or 0x3C4F57) is known color: Atomic. HEX triplet: 3C, 4F and 57. RGB value is (60,79,87). Sum of RGB (Red+Green+Blue) = 60+79+87=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C4F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F57 is #C3B0A8. Grayscale: #4A4A4A. Windows color (decimal): -12824745 or 5721916. OLE color: 5721916.

HSL color Cylindrical-coordinate representation of color #3C4F57: hue angle of 197.78º 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 #3C4F57 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 79 87 -
CMYK 0.31 0.09 0 0.66
HSL 197.78º 0.18% 0.29% -
HSV(B) 197.78º 0.31% 0.34% -
XYZ 6.38 7.24 10.08 -
YUV 74.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 60 79 87 0.31 0.09 0 0.66 197.78 0.18 0.29
Hex 3C 4F 57 1F 9 0 42 C6 12 1D
Octal 74 117 127 37 11 0 102 306 22 35
Binary 111100 1001111 1010111 11111 1001 0 1000010 11000110 10010 11101

Color Harmonies of #3C4F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4F57

Black with #3C4F57

Text Example


Text Example

White with #3C4F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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