#3D507C

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

Shades of Astronaut #3D507C

Tints of Astronaut #3D507C

Color information

#3D507C (or 0x3D507C) is unknown color: approx Astronaut. HEX triplet: 3D, 50 and 7C. RGB value is (61,80,124). Sum of RGB (Red+Green+Blue) = 61+80+124=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D507C is #C2AF83. Grayscale: #4F4F4F. Windows color (decimal): -12758916 or 8147005. OLE color: 8147005.

HSL color Cylindrical-coordinate representation of color #3D507C: hue angle of 221.9º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D507C is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6180124-
CMYK0.510.3500.51
HSL221.9º34.05%36.27%-
HSV(B)221.9º50.81%48.63%-
XYZ8.438.1820.2-
YUV79.33153.21114.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=23.02%
G=30.19%
B=46.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61801240.510.3500.51221.934.0536.27
Hex3D507C3323033de2224
Octal7512017463430633364244
Binary11110110100001111100110011100011011001111011110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,124); }

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

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

 a { background-color: rgb(61,80,124); }

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

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

 span { border-color: rgb(61,80,124); }

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