#3D4D75

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

Shades of Astronaut #3D4D75

Tints of Astronaut #3D4D75

Color information

#3D4D75 (or 0x3D4D75) is unknown color: approx Astronaut. HEX triplet: 3D, 4D and 75. RGB value is (61,77,117). Sum of RGB (Red+Green+Blue) = 61+77+117=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D75 is #C2B28A. Grayscale: #4C4C4C. Windows color (decimal): -12759691 or 7687485. OLE color: 7687485.

HSL color Cylindrical-coordinate representation of color #3D4D75: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4D75 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6177117-
CMYK0.480.3400.54
HSL222.86º31.46%34.9%-
HSV(B)222.86º47.86%45.88%-
XYZ7.797.5817.88-
YUV76.78150.7116.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=23.92%
G=30.20%
B=45.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61771170.480.3400.54222.8631.4634.9
Hex3D4D753022036df1f23
Octal7511516560420663373743
Binary1111011001101111010111000010001001101101101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,77,117); }

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

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

 a { background-color: rgb(61,77,117); }

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

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

 span { border-color: rgb(61,77,117); }

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