#3D6686

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

Shades of Astral #3D6686

Tints of Astral #3D6686

Color information

#3D6686 (or 0x3D6686) is unknown color: approx Astral. HEX triplet: 3D, 66 and 86. RGB value is (61,102,134). Sum of RGB (Red+Green+Blue) = 61+102+134=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D6686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6686 is #C29979. Grayscale: #5D5D5D. Windows color (decimal): -12753274 or 8807997. OLE color: 8807997.

HSL color Cylindrical-coordinate representation of color #3D6686: hue angle of 206.3º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D6686 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61102134-
CMYK0.540.2400.47
HSL206.3º37.44%38.24%-
HSV(B)206.3º54.48%52.55%-
XYZ10.9812.2224.33-
YUV93.39150.92104.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=20.54%
G=34.34%
B=45.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611021340.540.2400.47206.337.4438.24
Hex3D6686361802Fce2526
Octal7514620666300573164546
Binary11110111001101000011011011011000010111111001110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,134); }

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

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

 a { background-color: rgb(61,102,134); }

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

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

 span { border-color: rgb(61,102,134); }

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