#3C4C7A

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

Shades of Astronaut #3C4C7A

Tints of Astronaut #3C4C7A

Color information

#3C4C7A (or 0x3C4C7A) is unknown color: approx Astronaut. HEX triplet: 3C, 4C and 7A. RGB value is (60,76,122). Sum of RGB (Red+Green+Blue) = 60+76+122=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C4C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C7A is #C3B385. Grayscale: #4C4C4C. Windows color (decimal): -12825478 or 8014908. OLE color: 8014908.

HSL color Cylindrical-coordinate representation of color #3C4C7A: hue angle of 224.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C4C7A is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6076122-
CMYK0.510.3800.52
HSL224.52º34.07%35.69%-
HSV(B)224.52º50.82%47.84%-
XYZ7.967.5319.45-
YUV76.46153.7116.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=23.26%
G=29.46%
B=47.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60761220.510.3800.52224.5234.0735.69
Hex3C4C7A3326034e12224
Octal7411417263460643414244
Binary11110010011001111010110011100110011010011100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,76,122); }

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

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

 a { background-color: rgb(60,76,122); }

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

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

 span { border-color: rgb(60,76,122); }

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