#3D527B

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

Shades of Astronaut #3D527B

Tints of Astronaut #3D527B

Color information

#3D527B (or 0x3D527B) is unknown color: approx Astronaut. HEX triplet: 3D, 52 and 7B. RGB value is (61,82,123). Sum of RGB (Red+Green+Blue) = 61+82+123=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D527B is #C2AD84. Grayscale: #505050. Windows color (decimal): -12758405 or 8081981. OLE color: 8081981.

HSL color Cylindrical-coordinate representation of color #3D527B: hue angle of 219.68º degrees, saturation: 0.34, 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 #3D527B is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6182123-
CMYK0.500.3300.52
HSL219.68º33.7%36.08%-
HSV(B)219.68º50.41%48.24%-
XYZ8.528.4619.92-
YUV80.4152.04114.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=22.93%
G=30.83%
B=46.24%

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
Decimal61821230.500.3300.52219.6833.736.08
Hex3D527B3221034dc2224
Octal7512217362410643344244
Binary11110110100101111011110010100001011010011011100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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