Html Css Color HEX #3C5059 Atomic

📋 copy color: '#3C5059'

red 60 ◦ green 80 ◦ blue 89

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

Shades of Atomic #3C5059

Tints of Atomic #3C5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 26.2%
G = 34.93%
B = 38.86%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C5059 (or 0x3C5059) is known color: Atomic. HEX triplet: 3C, 50 and 59. RGB value is (60,80,89). Sum of RGB (Red+Green+Blue) = 60+80+89=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C5059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5059 is #C3AFA6. Grayscale: #4A4A4A. Windows color (decimal): -12824487 or 5853244. OLE color: 5853244.

HSL color Cylindrical-coordinate representation of color #3C5059: hue angle of 198.62º 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 #3C5059 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 80 89 -
CMYK 0.33 0.10 0 0.65
HSL 198.62º 0.19% 0.29% -
HSV(B) 198.62º 0.33% 0.35% -
XYZ 6.54 7.42 10.54 -
YUV 75.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 60 80 89 0.33 0.10 0 0.65 198.62 0.19 0.29
Hex 3C 50 59 21 A 0 41 C7 13 1D
Octal 74 120 131 41 12 0 101 307 23 35
Binary 111100 1010000 1011001 100001 1010 0 1000001 11000111 10011 11101

Color Harmonies of #3C5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5059

Black with #3C5059

Text Example


Text Example

White with #3C5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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