Shades of Astral #36748F
Tints of Astral #36748F
RGB
CMYK
RGB Variations
Color information
#36748F (or 0x36748F) is known color: Astral. HEX triplet: 36, 74 and 8F. RGB value is (54,116,143). Sum of RGB (Red+Green+Blue) = 54+116+143=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #36748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36748F is #C98B70. Grayscale: #646464. Windows color (decimal): -13208433 or 9401398. OLE color: 9401398.
HSL color Cylindrical-coordinate representation of color #36748F: hue angle of 198.2º 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 #36748F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 116 | 143 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.44 |
| HSL | 198.2º | 0.45% | 0.39% | - |
| HSV(B) | 198.2º | 0.62% | 0.56% | - |
| XYZ | 12.72 | 15.26 | 28.26 | - |
| YUV | 100.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 143 | 0.62 | 0.19 | 0 | 0.44 | 198.2 | 0.45 | 0.39 |
| Hex | 36 | 74 | 8F | 3E | 13 | 0 | 2C | C6 | 2D | 27 |
| Octal | 66 | 164 | 217 | 76 | 23 | 0 | 54 | 306 | 55 | 47 |
| Binary | 110110 | 1110100 | 10001111 | 111110 | 10011 | 0 | 101100 | 11000110 | 101101 | 100111 |
Color Harmonies of #36748F
Complementary color
Monochromatic Colors of #36748F
Black with #36748F
Text Example
Text Example
White with #36748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36748F; }
p { color: rgb(54,116,143); }
H1.HeaderClassName
{
color: #36748F;
}
.AnyTagClassName
{
color: #36748F;
}
</style>
background-color css
<style>
a { background-color: #36748F; }
a { background-color: rgb(54,116,143); }
div.DivClassName
{
background-color: #36748F;
}
.BgClassName
{
background-color: #36748F;
}
</style>
border-color css
<style>
span { border-color: #36748F; }
span { border-color: rgb(54,116,143); }
td.TdClassName
{
border-color: #36748F;
}
.TagClassName
{
border-color: #36748F;
}
</style>