#3D527A

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

Shades of Astronaut #3D527A

Tints of Astronaut #3D527A

Color information

#3D527A (or 0x3D527A) is unknown color: approx Astronaut. HEX triplet: 3D, 52 and 7A. RGB value is (61,82,122). Sum of RGB (Red+Green+Blue) = 61+82+122=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D527A is #C2AD85. Grayscale: #505050. Windows color (decimal): -12758406 or 8016445. OLE color: 8016445.

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

Color convert

RGB6182122-
CMYK0.500.3300.52
HSL219.34º33.33%35.88%-
HSV(B)219.34º50%47.84%-
XYZ8.458.4319.59-
YUV80.28151.54114.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=23.02%
G=30.94%
B=46.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61821220.500.3300.52219.3433.3335.88
Hex3D527A3221034db2124
Octal7512217262410643334144
Binary11110110100101111010110010100001011010011011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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