Html Css Color HEX #3C4E59 Atomic

📋 copy color: '#3C4E59'

red 60 ◦ green 78 ◦ blue 89

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

Shades of Atomic #3C4E59

Tints of Atomic #3C4E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 26.43%
G = 34.36%
B = 39.21%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C4E59 (or 0x3C4E59) is known color: Atomic. HEX triplet: 3C, 4E and 59. RGB value is (60,78,89). Sum of RGB (Red+Green+Blue) = 60+78+89=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E59 is #C3B1A6. Grayscale: #494949. Windows color (decimal): -12824999 or 5852732. OLE color: 5852732.

HSL color Cylindrical-coordinate representation of color #3C4E59: hue angle of 202.76º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4E59 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 78 89 -
CMYK 0.33 0.12 0 0.65
HSL 202.76º 0.19% 0.29% -
HSV(B) 202.76º 0.33% 0.35% -
XYZ 6.39 7.13 10.49 -
YUV 73.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 60 78 89 0.33 0.12 0 0.65 202.76 0.19 0.29
Hex 3C 4E 59 21 C 0 41 CB 13 1D
Octal 74 116 131 41 14 0 101 313 23 35
Binary 111100 1001110 1011001 100001 1100 0 1000001 11001011 10011 11101

Color Harmonies of #3C4E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4E59

Black with #3C4E59

Text Example


Text Example

White with #3C4E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,78,89); }

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

background-color css

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

 a { background-color: rgb(60,78,89); }

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

border-color css

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

 span { border-color: rgb(60,78,89); }

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