#3D688D

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

Shades of Astral #3D688D

Tints of Astral #3D688D

Color information

#3D688D (or 0x3D688D) is unknown color: approx Astral. HEX triplet: 3D, 68 and 8D. RGB value is (61,104,141). Sum of RGB (Red+Green+Blue) = 61+104+141=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D688D is #C29772. Grayscale: #5F5F5F. Windows color (decimal): -12752755 or 9267261. OLE color: 9267261.

HSL color Cylindrical-coordinate representation of color #3D688D: hue angle of 207.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D688D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61104141-
CMYK0.570.2600.45
HSL207.75º39.6%39.61%-
HSV(B)207.75º56.74%55.29%-
XYZ11.6812.8227.06-
YUV95.36153.75103.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=19.93%
G=33.99%
B=46.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611041410.570.2600.45207.7539.639.61
Hex3D688D391A02Dd02828
Octal7515021571320553205050
Binary11110111010001000110111100111010010110111010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,141); }

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

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

 a { background-color: rgb(61,104,141); }

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

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

 span { border-color: rgb(61,104,141); }

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