Html Css Color HEX #3C516D Astronaut

📋 copy color: '#3C516D'

red 60 ◦ green 81 ◦ blue 109

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

Shades of Astronaut #3C516D

Tints of Astronaut #3C516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 24%
G = 32.4%
B = 43.6%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C516D (or 0x3C516D) is known color: Astronaut. HEX triplet: 3C, 51 and 6D. RGB value is (60,81,109). Sum of RGB (Red+Green+Blue) = 60+81+109=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C516D is #C3AE92. Grayscale: #4D4D4D. Windows color (decimal): -12824211 or 7164220. OLE color: 7164220.

HSL color Cylindrical-coordinate representation of color #3C516D: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C516D is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 81 109 -
CMYK 0.45 0.26 0 0.57
HSL 214.29º 0.29% 0.33% -
HSV(B) 214.29º 0.45% 0.43% -
XYZ 7.57 7.95 15.6 -
YUV 77.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 60 81 109 0.45 0.26 0 0.57 214.29 0.29 0.33
Hex 3C 51 6D 2D 1A 0 39 D6 1D 21
Octal 74 121 155 55 32 0 71 326 35 41
Binary 111100 1010001 1101101 101101 11010 0 111001 11010110 11101 100001

Color Harmonies of #3C516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C516D

Black with #3C516D

Text Example


Text Example

White with #3C516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,81,109); }

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

background-color css

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

 a { background-color: rgb(60,81,109); }

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

border-color css

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

 span { border-color: rgb(60,81,109); }

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