#3D688B

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

Shades of Astral #3D688B

Tints of Astral #3D688B

Color information

#3D688B (or 0x3D688B) is unknown color: approx Astral. HEX triplet: 3D, 68 and 8B. RGB value is (61,104,139). Sum of RGB (Red+Green+Blue) = 61+104+139=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D688B is #C29774. Grayscale: #5E5E5E. Windows color (decimal): -12752757 or 9136189. OLE color: 9136189.

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

Color convert

RGB61104139-
CMYK0.560.2500.45
HSL206.92º39%39.22%-
HSV(B)206.92º56.12%54.51%-
XYZ11.5312.7626.28-
YUV95.13152.75103.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.07%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=20.07%
G=34.21%
B=45.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611041390.560.2500.45206.923939.22
Hex3D688B381902Dcf2727
Octal7515021370310553174747
Binary11110111010001000101111100011001010110111001111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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