#3C4B6B

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

Shades of Astronaut #3C4B6B

Tints of Astronaut #3C4B6B

Color information

#3C4B6B (or 0x3C4B6B) is unknown color: approx Astronaut. HEX triplet: 3C, 4B and 6B. RGB value is (60,75,107). Sum of RGB (Red+Green+Blue) = 60+75+107=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C4B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B6B is #C3B494. Grayscale: #4A4A4A. Windows color (decimal): -12825749 or 7031612. OLE color: 7031612.

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

Color convert

RGB6075107-
CMYK0.440.3000.58
HSL220.85º28.14%32.75%-
HSV(B)220.85º43.93%41.96%-
XYZ7.037.0514.9-
YUV74.16146.53117.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=24.79%
G=30.99%
B=44.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60751070.440.3000.58220.8528.1432.75
Hex3C4B6B2C1E03Add1c21
Octal7411315354360723353441
Binary111100100101111010111011001111001110101101110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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