#3F5277

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

Shades of Astronaut #3F5277

Tints of Astronaut #3F5277

Color information

#3F5277 (or 0x3F5277) is unknown color: approx Astronaut. HEX triplet: 3F, 52 and 77. RGB value is (63,82,119). Sum of RGB (Red+Green+Blue) = 63+82+119=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5277 is #C0AD88. Grayscale: #505050. Windows color (decimal): -12627337 or 7819839. OLE color: 7819839.

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

Color convert

RGB6382119-
CMYK0.470.3100.53
HSL219.64º30.77%35.69%-
HSV(B)219.64º47.06%46.67%-
XYZ8.48.4218.64-
YUV80.54149.71115.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=23.86%
G=31.06%
B=45.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63821190.470.3100.53219.6430.7735.69
Hex3F52772F1F035dc1f24
Octal7712216757370653343744
Binary111111101001011101111011111111101101011101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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