#3D536E

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

Shades of Astronaut #3D536E

Tints of Astronaut #3D536E

Color information

#3D536E (or 0x3D536E) is unknown color: approx Astronaut. HEX triplet: 3D, 53 and 6E. RGB value is (61,83,110). Sum of RGB (Red+Green+Blue) = 61+83+110=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D536E is #C2AC91. Grayscale: #4F4F4F. Windows color (decimal): -12758162 or 7230269. OLE color: 7230269.

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

Color convert

RGB6183110-
CMYK0.450.2500.57
HSL213.06º28.65%33.53%-
HSV(B)213.06º44.55%43.14%-
XYZ7.838.315.94-
YUV79.5145.21114.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=24.02%
G=32.68%
B=43.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61831100.450.2500.57213.0628.6533.53
Hex3D536E2D19039d51d22
Octal7512315655310713253542
Binary111101101001111011101011011100101110011101010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,110); }

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

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

 a { background-color: rgb(61,83,110); }

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

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

 span { border-color: rgb(61,83,110); }

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