#3F5275

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

Shades of Astronaut #3F5275

Tints of Astronaut #3F5275

Color information

#3F5275 (or 0x3F5275) is unknown color: approx Astronaut. HEX triplet: 3F, 52 and 75. RGB value is (63,82,117). Sum of RGB (Red+Green+Blue) = 63+82+117=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5275 is #C0AD8A. Grayscale: #505050. Windows color (decimal): -12627339 or 7688767. OLE color: 7688767.

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

Color convert

RGB6382117-
CMYK0.460.3000.54
HSL218.89º30%35.29%-
HSV(B)218.89º46.15%45.88%-
XYZ8.288.3818.01-
YUV80.31148.71115.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=24.05%
G=31.30%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63821170.460.3000.54218.893035.29
Hex3F52752E1E036db1e23
Octal7712216556360663333643
Binary111111101001011101011011101111001101101101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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