Shades of Astral #36768A
Tints of Astral #36768A
RGB
CMYK
RGB Variations
Color information
#36768A (or 0x36768A) is known color: Astral. HEX triplet: 36, 76 and 8A. RGB value is (54,118,138). Sum of RGB (Red+Green+Blue) = 54+118+138=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #36768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36768A is #C98975. Grayscale: #656565. Windows color (decimal): -13207926 or 9074230. OLE color: 9074230.
HSL color Cylindrical-coordinate representation of color #36768A: hue angle of 194.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36768A is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 118 | 138 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.46 |
| HSL | 194.29º | 0.44% | 0.38% | - |
| HSV(B) | 194.29º | 0.61% | 0.54% | - |
| XYZ | 12.59 | 15.58 | 26.39 | - |
| YUV | 101.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 138 | 0.61 | 0.14 | 0 | 0.46 | 194.29 | 0.44 | 0.38 |
| Hex | 36 | 76 | 8A | 3D | E | 0 | 2E | C2 | 2C | 26 |
| Octal | 66 | 166 | 212 | 75 | 16 | 0 | 56 | 302 | 54 | 46 |
| Binary | 110110 | 1110110 | 10001010 | 111101 | 1110 | 0 | 101110 | 11000010 | 101100 | 100110 |
Color Harmonies of #36768A
Complementary color
Monochromatic Colors of #36768A
Black with #36768A
Text Example
Text Example
White with #36768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36768A; }
p { color: rgb(54,118,138); }
H1.HeaderClassName
{
color: #36768A;
}
.AnyTagClassName
{
color: #36768A;
}
</style>
background-color css
<style>
a { background-color: #36768A; }
a { background-color: rgb(54,118,138); }
div.DivClassName
{
background-color: #36768A;
}
.BgClassName
{
background-color: #36768A;
}
</style>
border-color css
<style>
span { border-color: #36768A; }
span { border-color: rgb(54,118,138); }
td.TdClassName
{
border-color: #36768A;
}
.TagClassName
{
border-color: #36768A;
}
</style>