#3F527A

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

Shades of Astronaut #3F527A

Tints of Astronaut #3F527A

Color information

#3F527A (or 0x3F527A) is unknown color: approx Astronaut. HEX triplet: 3F, 52 and 7A. RGB value is (63,82,122). Sum of RGB (Red+Green+Blue) = 63+82+122=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F527A is #C0AD85. Grayscale: #505050. Windows color (decimal): -12627334 or 8016447. OLE color: 8016447.

HSL color Cylindrical-coordinate representation of color #3F527A: hue angle of 220.68º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F527A is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6382122-
CMYK0.480.3300.52
HSL220.68º31.89%36.27%-
HSV(B)220.68º48.36%47.84%-
XYZ8.588.519.6-
YUV80.88151.21115.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=23.60%
G=30.71%
B=45.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63821220.480.3300.52220.6831.8936.27
Hex3F527A3021034dd2024
Octal7712217260410643354044
Binary11111110100101111010110000100001011010011011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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