#3C4A6F

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

Shades of Astronaut #3C4A6F

Tints of Astronaut #3C4A6F

Color information

#3C4A6F (or 0x3C4A6F) is unknown color: approx Astronaut. HEX triplet: 3C, 4A and 6F. RGB value is (60,74,111). Sum of RGB (Red+Green+Blue) = 60+74+111=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C4A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4A6F is #C3B590. Grayscale: #494949. Windows color (decimal): -12826001 or 7293500. OLE color: 7293500.

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

Color convert

RGB6074111-
CMYK0.460.3300.56
HSL223.53º29.82%33.53%-
HSV(B)223.53º45.95%43.53%-
XYZ7.187.0116.01-
YUV74.03148.86117.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=24.49%
G=30.20%
B=45.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60741110.460.3300.56223.5329.8233.53
Hex3C4A6F2E21038e01e22
Octal7411215756410703403642
Binary1111001001010110111110111010000101110001110000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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