#3C4B6A

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

Shades of Astronaut #3C4B6A

Tints of Astronaut #3C4B6A

Color information

#3C4B6A (or 0x3C4B6A) is unknown color: approx Astronaut. HEX triplet: 3C, 4B and 6A. RGB value is (60,75,106). Sum of RGB (Red+Green+Blue) = 60+75+106=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C4B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B6A is #C3B495. Grayscale: #494949. Windows color (decimal): -12825750 or 6966076. OLE color: 6966076.

HSL color Cylindrical-coordinate representation of color #3C4B6A: hue angle of 220.43º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C4B6A is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6075106-
CMYK0.430.2900.58
HSL220.43º27.71%32.55%-
HSV(B)220.43º43.4%41.57%-
XYZ6.987.0314.63-
YUV74.05146.03117.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=24.90%
G=31.12%
B=43.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60751060.430.2900.58220.4327.7132.55
Hex3C4B6A2B1D03Adc1c21
Octal7411315253350723343441
Binary111100100101111010101010111110101110101101110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,106); }

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

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

 a { background-color: rgb(60,75,106); }

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

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

 span { border-color: rgb(60,75,106); }

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