#3C4B6F

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

Shades of Astronaut #3C4B6F

Tints of Astronaut #3C4B6F

Color information

#3C4B6F (or 0x3C4B6F) is unknown color: approx Astronaut. HEX triplet: 3C, 4B and 6F. RGB value is (60,75,111). Sum of RGB (Red+Green+Blue) = 60+75+111=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C4B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B6F is #C3B490. Grayscale: #4A4A4A. Windows color (decimal): -12825745 or 7293756. OLE color: 7293756.

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

Color convert

RGB6075111-
CMYK0.460.3200.56
HSL222.35º29.82%33.53%-
HSV(B)222.35º45.95%43.53%-
XYZ7.257.1416.04-
YUV74.62148.53117.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=24.39%
G=30.49%
B=45.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60751110.460.3200.56222.3529.8233.53
Hex3C4B6F2E20038de1e22
Octal7411315756400703363642
Binary1111001001011110111110111010000001110001101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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