#3D6687

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

Shades of Astral #3D6687

Tints of Astral #3D6687

Color information

#3D6687 (or 0x3D6687) is unknown color: approx Astral. HEX triplet: 3D, 66 and 87. RGB value is (61,102,135). Sum of RGB (Red+Green+Blue) = 61+102+135=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D6687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6687 is #C29978. Grayscale: #5D5D5D. Windows color (decimal): -12753273 or 8873533. OLE color: 8873533.

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

Color convert

RGB61102135-
CMYK0.550.2400.47
HSL206.76º37.76%38.43%-
HSV(B)206.76º54.81%52.94%-
XYZ11.0512.2424.7-
YUV93.5151.42104.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=20.47%
G=34.23%
B=45.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611021350.550.2400.47206.7637.7638.43
Hex3D6687371802Fcf2626
Octal7514620767300573174646
Binary11110111001101000011111011111000010111111001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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