#3C526F

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

Shades of Astronaut #3C526F

Tints of Astronaut #3C526F

Color information

#3C526F (or 0x3C526F) is unknown color: approx Astronaut. HEX triplet: 3C, 52 and 6F. RGB value is (60,82,111). Sum of RGB (Red+Green+Blue) = 60+82+111=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C526F is #C3AD90. Grayscale: #4E4E4E. Windows color (decimal): -12823953 or 7295548. OLE color: 7295548.

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

Color convert

RGB6082111-
CMYK0.460.2600.56
HSL214.12º29.82%33.53%-
HSV(B)214.12º45.95%43.53%-
XYZ7.758.1416.2-
YUV78.73146.21114.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=23.72%
G=32.41%
B=43.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60821110.460.2600.56214.1229.8233.53
Hex3C526F2E1A038d61e22
Octal7412215756320703263642
Binary111100101001011011111011101101001110001101011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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