Html Css Color HEX #3C506C Astronaut

📋 copy color: '#3C506C'

red 60 ◦ green 80 ◦ blue 108

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

Shades of Astronaut #3C506C

Tints of Astronaut #3C506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 24.19%
G = 32.26%
B = 43.55%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C506C (or 0x3C506C) is known color: Astronaut. HEX triplet: 3C, 50 and 6C. RGB value is (60,80,108). Sum of RGB (Red+Green+Blue) = 60+80+108=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C506C is #C3AF93. Grayscale: #4D4D4D. Windows color (decimal): -12824468 or 7098428. OLE color: 7098428.

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

Color convert

RGB 60 80 108 -
CMYK 0.44 0.26 0 0.58
HSL 215º 0.29% 0.33% -
HSV(B) 215º 0.44% 0.42% -
XYZ 7.44 7.78 15.3 -
YUV 77.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 60 80 108 0.44 0.26 0 0.58 215 0.29 0.33
Hex 3C 50 6C 2C 1A 0 3A D7 1D 21
Octal 74 120 154 54 32 0 72 327 35 41
Binary 111100 1010000 1101100 101100 11010 0 111010 11010111 11101 100001

Color Harmonies of #3C506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C506C

Black with #3C506C

Text Example


Text Example

White with #3C506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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