#3F5270

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

Shades of Astronaut #3F5270

Tints of Astronaut #3F5270

Color information

#3F5270 (or 0x3F5270) is unknown color: approx Astronaut. HEX triplet: 3F, 52 and 70. RGB value is (63,82,112). Sum of RGB (Red+Green+Blue) = 63+82+112=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F5270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5270 is #C0AD8F. Grayscale: #4F4F4F. Windows color (decimal): -12627344 or 7361087. OLE color: 7361087.

HSL color Cylindrical-coordinate representation of color #3F5270: hue angle of 216.73º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5270 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6382112-
CMYK0.440.2700.56
HSL216.73º28%34.31%-
HSV(B)216.73º43.75%43.92%-
XYZ7.998.2616.5-
YUV79.74146.21116.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=24.51%
G=31.91%
B=43.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63821120.440.2700.56216.732834.31
Hex3F52702C1B038d91c22
Octal7712216054330703313442
Binary111111101001011100001011001101101110001101100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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