#3D526D

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

Shades of Astronaut #3D526D

Tints of Astronaut #3D526D

Color information

#3D526D (or 0x3D526D) is unknown color: approx Astronaut. HEX triplet: 3D, 52 and 6D. RGB value is (61,82,109). Sum of RGB (Red+Green+Blue) = 61+82+109=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D526D is #C2AD92. Grayscale: #4E4E4E. Windows color (decimal): -12758419 or 7164477. OLE color: 7164477.

HSL color Cylindrical-coordinate representation of color #3D526D: hue angle of 213.75º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D526D is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6182109-
CMYK0.440.2500.57
HSL213.75º28.24%33.33%-
HSV(B)213.75º44.04%42.75%-
XYZ7.78.1315.63-
YUV78.8145.04115.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=24.21%
G=32.54%
B=43.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61821090.440.2500.57213.7528.2433.33
Hex3D526D2C19039d61c21
Octal7512215554310713263441
Binary111101101001011011011011001100101110011101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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