#3F5075

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

Shades of Astronaut #3F5075

Tints of Astronaut #3F5075

Color information

#3F5075 (or 0x3F5075) is unknown color: approx Astronaut. HEX triplet: 3F, 50 and 75. RGB value is (63,80,117). Sum of RGB (Red+Green+Blue) = 63+80+117=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5075 is #C0AF8A. Grayscale: #4E4E4E. Windows color (decimal): -12627851 or 7688255. OLE color: 7688255.

HSL color Cylindrical-coordinate representation of color #3F5075: hue angle of 221.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5075 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6380117-
CMYK0.460.3200.54
HSL221.11º30%35.29%-
HSV(B)221.11º46.15%45.88%-
XYZ8.138.0817.96-
YUV79.13149.37116.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 45%
R=24.23%
G=30.77%
B=45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63801170.460.3200.54221.113035.29
Hex3F50752E20036dd1e23
Octal7712016556400663353643
Binary1111111010000111010110111010000001101101101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,117); }

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

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

 a { background-color: rgb(63,80,117); }

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

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

 span { border-color: rgb(63,80,117); }

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