#3F5276

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

Shades of Astronaut #3F5276

Tints of Astronaut #3F5276

Color information

#3F5276 (or 0x3F5276) is unknown color: approx Astronaut. HEX triplet: 3F, 52 and 76. RGB value is (63,82,118). Sum of RGB (Red+Green+Blue) = 63+82+118=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5276 is #C0AD89. Grayscale: #505050. Windows color (decimal): -12627338 or 7754303. OLE color: 7754303.

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

Color convert

RGB6382118-
CMYK0.470.3100.54
HSL219.27º30.39%35.49%-
HSV(B)219.27º46.61%46.27%-
XYZ8.348.418.32-
YUV80.42149.21115.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=23.95%
G=31.18%
B=44.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63821180.470.3100.54219.2730.3935.49
Hex3F52762F1F036db1e23
Octal7712216657370663333643
Binary111111101001011101101011111111101101101101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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