Shades of Astral #36658F
Tints of Astral #36658F
RGB
CMYK
RGB Variations
Color information
#36658F (or 0x36658F) is known color: Astral. HEX triplet: 36, 65 and 8F. RGB value is (54,101,143). Sum of RGB (Red+Green+Blue) = 54+101+143=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #36658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36658F is #C99A70. Grayscale: #5B5B5B. Windows color (decimal): -13212273 or 9397558. OLE color: 9397558.
HSL color Cylindrical-coordinate representation of color #36658F: hue angle of 208.31º 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 #36658F is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 101 | 143 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.44 |
| HSL | 208.31º | 0.45% | 0.39% | - |
| HSV(B) | 208.31º | 0.62% | 0.56% | - |
| XYZ | 11.13 | 12.07 | 27.73 | - |
| YUV | 91.74 | 156.93 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 143 | 0.62 | 0.29 | 0 | 0.44 | 208.31 | 0.45 | 0.39 |
| Hex | 36 | 65 | 8F | 3E | 1D | 0 | 2C | D0 | 2D | 27 |
| Octal | 66 | 145 | 217 | 76 | 35 | 0 | 54 | 320 | 55 | 47 |
| Binary | 110110 | 1100101 | 10001111 | 111110 | 11101 | 0 | 101100 | 11010000 | 101101 | 100111 |
Color Harmonies of #36658F
Complementary color
Monochromatic Colors of #36658F
Black with #36658F
Text Example
Text Example
White with #36658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36658F; }
p { color: rgb(54,101,143); }
H1.HeaderClassName
{
color: #36658F;
}
.AnyTagClassName
{
color: #36658F;
}
</style>
background-color css
<style>
a { background-color: #36658F; }
a { background-color: rgb(54,101,143); }
div.DivClassName
{
background-color: #36658F;
}
.BgClassName
{
background-color: #36658F;
}
</style>
border-color css
<style>
span { border-color: #36658F; }
span { border-color: rgb(54,101,143); }
td.TdClassName
{
border-color: #36658F;
}
.TagClassName
{
border-color: #36658F;
}
</style>