#3C4F76

Color #3C4F76 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #3C4F76

Tints of Astronaut #3C4F76

Color information

#3C4F76 (or 0x3C4F76) is unknown color: approx Astronaut. HEX triplet: 3C, 4F and 76. RGB value is (60,79,118). Sum of RGB (Red+Green+Blue) = 60+79+118=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F76 is #C3B089. Grayscale: #4D4D4D. Windows color (decimal): -12824714 or 7753532. OLE color: 7753532.

HSL color Cylindrical-coordinate representation of color #3C4F76: hue angle of 220.34º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4F76 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6079118-
CMYK0.490.3300.54
HSL220.34º32.58%34.9%-
HSV(B)220.34º49.15%46.27%-
XYZ7.937.8618.24-
YUV77.76150.71115.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=23.35%
G=30.74%
B=45.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60791180.490.3300.54220.3432.5834.9
Hex3C4F763121036dc2123
Octal7411716661410663344143
Binary11110010011111110110110001100001011011011011100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4F76;
 }
 .AnyTagClassName
 {
   color: #3C4F76;
 }
</style>
background-color css

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

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

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

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

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

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