Html Css Color HEX #3D516E Astronaut

📋 copy color: '#3D516E'

red 61 ◦ green 81 ◦ blue 110

#3D516E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #3D516E

Tints of Astronaut #3D516E

RGB

 RED value IS 61 (24.22% from 255) = 24.21%

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 24.21%
G = 32.14%
B = 43.65%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D516E (or 0x3D516E) is known color: Astronaut. HEX triplet: 3D, 51 and 6E. RGB value is (61,81,110). Sum of RGB (Red+Green+Blue) = 61+81+110=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D516E is #C2AE91. Grayscale: #4E4E4E. Windows color (decimal): -12758674 or 7229757. OLE color: 7229757.

HSL color Cylindrical-coordinate representation of color #3D516E: hue angle of 215.51º 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 #3D516E is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 61 81 110 -
CMYK 0.45 0.26 0 0.57
HSL 215.51º 0.29% 0.34% -
HSV(B) 215.51º 0.45% 0.43% -
XYZ 7.68 8 15.89 -
YUV 78.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 61 81 110 0.45 0.26 0 0.57 215.51 0.29 0.34
Hex 3D 51 6E 2D 1A 0 39 D8 1D 22
Octal 75 121 156 55 32 0 71 330 35 42
Binary 111101 1010001 1101110 101101 11010 0 111001 11011000 11101 100010

Color Harmonies of #3D516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D516E

Black with #3D516E

Text Example


Text Example

White with #3D516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D516E;
 }
 .AnyTagClassName
 {
   color: #3D516E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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