#3C5270

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

Shades of Astronaut #3C5270

Tints of Astronaut #3C5270

Color information

#3C5270 (or 0x3C5270) is unknown color: approx Astronaut. HEX triplet: 3C, 52 and 70. RGB value is (60,82,112). Sum of RGB (Red+Green+Blue) = 60+82+112=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5270 is #C3AD8F. Grayscale: #4E4E4E. Windows color (decimal): -12823952 or 7361084. OLE color: 7361084.

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

Color convert

RGB6082112-
CMYK0.460.2700.56
HSL214.62º30.23%33.73%-
HSV(B)214.62º46.43%43.92%-
XYZ7.818.1716.49-
YUV78.84146.71114.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=23.62%
G=32.28%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60821120.460.2700.56214.6230.2333.73
Hex3C52702E1B038d71e22
Octal7412216056330703273642
Binary111100101001011100001011101101101110001101011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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