#3C4D70

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

Shades of Astronaut #3C4D70

Tints of Astronaut #3C4D70

Color information

#3C4D70 (or 0x3C4D70) is unknown color: approx Astronaut. HEX triplet: 3C, 4D and 70. RGB value is (60,77,112). Sum of RGB (Red+Green+Blue) = 60+77+112=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C4D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D70 is #C3B28F. Grayscale: #4B4B4B. Windows color (decimal): -12825232 or 7359804. OLE color: 7359804.

HSL color Cylindrical-coordinate representation of color #3C4D70: hue angle of 220.38º 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 #3C4D70 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6077112-
CMYK0.460.3100.56
HSL220.38º30.23%33.73%-
HSV(B)220.38º46.43%43.92%-
XYZ7.447.4416.37-
YUV75.91148.37116.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=24.10%
G=30.92%
B=44.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60771120.460.3100.56220.3830.2333.73
Hex3C4D702E1F038dc1e22
Octal7411516056370703343642
Binary111100100110111100001011101111101110001101110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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