Shades of Astral #36668A
Tints of Astral #36668A
RGB
CMYK
RGB Variations
Color information
#36668A (or 0x36668A) is known color: Astral. HEX triplet: 36, 66 and 8A. RGB value is (54,102,138). Sum of RGB (Red+Green+Blue) = 54+102+138=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #36668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668A is #C99975. Grayscale: #5B5B5B. Windows color (decimal): -13212022 or 9070134. OLE color: 9070134.
HSL color Cylindrical-coordinate representation of color #36668A: hue angle of 205.71º 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 #36668A is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 102 | 138 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.46 |
| HSL | 205.71º | 0.44% | 0.38% | - |
| HSV(B) | 205.71º | 0.61% | 0.54% | - |
| XYZ | 10.86 | 12.12 | 25.81 | - |
| YUV | 91.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 138 | 0.61 | 0.26 | 0 | 0.46 | 205.71 | 0.44 | 0.38 |
| Hex | 36 | 66 | 8A | 3D | 1A | 0 | 2E | CE | 2C | 26 |
| Octal | 66 | 146 | 212 | 75 | 32 | 0 | 56 | 316 | 54 | 46 |
| Binary | 110110 | 1100110 | 10001010 | 111101 | 11010 | 0 | 101110 | 11001110 | 101100 | 100110 |
Color Harmonies of #36668A
Complementary color
Monochromatic Colors of #36668A
Black with #36668A
Text Example
Text Example
White with #36668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36668A; }
p { color: rgb(54,102,138); }
H1.HeaderClassName
{
color: #36668A;
}
.AnyTagClassName
{
color: #36668A;
}
</style>
background-color css
<style>
a { background-color: #36668A; }
a { background-color: rgb(54,102,138); }
div.DivClassName
{
background-color: #36668A;
}
.BgClassName
{
background-color: #36668A;
}
</style>
border-color css
<style>
span { border-color: #36668A; }
span { border-color: rgb(54,102,138); }
td.TdClassName
{
border-color: #36668A;
}
.TagClassName
{
border-color: #36668A;
}
</style>