#3C4E70

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

Shades of Astronaut #3C4E70

Tints of Astronaut #3C4E70

Color information

#3C4E70 (or 0x3C4E70) is unknown color: approx Astronaut. HEX triplet: 3C, 4E and 70. RGB value is (60,78,112). Sum of RGB (Red+Green+Blue) = 60+78+112=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C4E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E70 is #C3B18F. Grayscale: #4C4C4C. Windows color (decimal): -12824976 or 7360060. OLE color: 7360060.

HSL color Cylindrical-coordinate representation of color #3C4E70: hue angle of 219.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4E70 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6078112-
CMYK0.460.3000.56
HSL219.23º30.23%33.73%-
HSV(B)219.23º46.43%43.92%-
XYZ7.517.5816.4-
YUV76.49148.04116.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=24%
G=31.2%
B=44.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60781120.460.3000.56219.2330.2333.73
Hex3C4E702E1E038db1e22
Octal7411616056360703333642
Binary111100100111011100001011101111001110001101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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