Shades of Astral #36688F
Tints of Astral #36688F
RGB
CMYK
RGB Variations
Color information
#36688F (or 0x36688F) is known color: Astral. HEX triplet: 36, 68 and 8F. RGB value is (54,104,143). Sum of RGB (Red+Green+Blue) = 54+104+143=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #36688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36688F is #C99770. Grayscale: #5D5D5D. Windows color (decimal): -13211505 or 9398326. OLE color: 9398326.
HSL color Cylindrical-coordinate representation of color #36688F: hue angle of 206.29º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36688F is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 104 | 143 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.44 |
| HSL | 206.29º | 0.45% | 0.39% | - |
| HSV(B) | 206.29º | 0.62% | 0.56% | - |
| XYZ | 11.43 | 12.67 | 27.83 | - |
| YUV | 93.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 143 | 0.62 | 0.27 | 0 | 0.44 | 206.29 | 0.45 | 0.39 |
| Hex | 36 | 68 | 8F | 3E | 1B | 0 | 2C | CE | 2D | 27 |
| Octal | 66 | 150 | 217 | 76 | 33 | 0 | 54 | 316 | 55 | 47 |
| Binary | 110110 | 1101000 | 10001111 | 111110 | 11011 | 0 | 101100 | 11001110 | 101101 | 100111 |
Color Harmonies of #36688F
Complementary color
Monochromatic Colors of #36688F
Black with #36688F
Text Example
Text Example
White with #36688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36688F; }
p { color: rgb(54,104,143); }
H1.HeaderClassName
{
color: #36688F;
}
.AnyTagClassName
{
color: #36688F;
}
</style>
background-color css
<style>
a { background-color: #36688F; }
a { background-color: rgb(54,104,143); }
div.DivClassName
{
background-color: #36688F;
}
.BgClassName
{
background-color: #36688F;
}
</style>
border-color css
<style>
span { border-color: #36688F; }
span { border-color: rgb(54,104,143); }
td.TdClassName
{
border-color: #36688F;
}
.TagClassName
{
border-color: #36688F;
}
</style>