Shades of Astral #3D698B
Tints of Astral #3D698B
RGB
CMYK
RGB Variations
Color information
#3D698B (or 0x3D698B) is known color: Astral. HEX triplet: 3D, 69 and 8B. RGB value is (61,105,139). Sum of RGB (Red+Green+Blue) = 61+105+139=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D698B is #C29674. Grayscale: #5F5F5F. Windows color (decimal): -12752501 or 9136445. OLE color: 9136445.
HSL color Cylindrical-coordinate representation of color #3D698B: hue angle of 206.15º 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 #3D698B is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 105 | 139 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.45 |
| HSL | 206.15º | 0.39% | 0.39% | - |
| HSV(B) | 206.15º | 0.56% | 0.55% | - |
| XYZ | 11.64 | 12.96 | 26.31 | - |
| YUV | 95.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 139 | 0.56 | 0.24 | 0 | 0.45 | 206.15 | 0.39 | 0.39 |
| Hex | 3D | 69 | 8B | 38 | 18 | 0 | 2D | CE | 27 | 27 |
| Octal | 75 | 151 | 213 | 70 | 30 | 0 | 55 | 316 | 47 | 47 |
| Binary | 111101 | 1101001 | 10001011 | 111000 | 11000 | 0 | 101101 | 11001110 | 100111 | 100111 |
Color Harmonies of #3D698B
Complementary color
Monochromatic Colors of #3D698B
Black with #3D698B
Text Example
Text Example
White with #3D698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D698B; }
p { color: rgb(61,105,139); }
H1.HeaderClassName
{
color: #3D698B;
}
.AnyTagClassName
{
color: #3D698B;
}
</style>
background-color css
<style>
a { background-color: #3D698B; }
a { background-color: rgb(61,105,139); }
div.DivClassName
{
background-color: #3D698B;
}
.BgClassName
{
background-color: #3D698B;
}
</style>
border-color css
<style>
span { border-color: #3D698B; }
span { border-color: rgb(61,105,139); }
td.TdClassName
{
border-color: #3D698B;
}
.TagClassName
{
border-color: #3D698B;
}
</style>