Shades of Astral #36667D
Tints of Astral #36667D
RGB
CMYK
RGB Variations
Color information
#36667D (or 0x36667D) is known color: Astral. HEX triplet: 36, 66 and 7D. RGB value is (54,102,125). Sum of RGB (Red+Green+Blue) = 54+102+125=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #36667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36667D is #C99982. Grayscale: #5A5A5A. Windows color (decimal): -13212035 or 8218166. OLE color: 8218166.
HSL color Cylindrical-coordinate representation of color #36667D: hue angle of 199.44º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36667D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 102 | 125 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.51 |
| HSL | 199.44º | 0.4% | 0.35% | - |
| HSV(B) | 199.44º | 0.57% | 0.49% | - |
| XYZ | 9.97 | 11.77 | 21.15 | - |
| YUV | 90.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 125 | 0.57 | 0.18 | 0 | 0.51 | 199.44 | 0.4 | 0.35 |
| Hex | 36 | 66 | 7D | 39 | 12 | 0 | 33 | C7 | 28 | 23 |
| Octal | 66 | 146 | 175 | 71 | 22 | 0 | 63 | 307 | 50 | 43 |
| Binary | 110110 | 1100110 | 1111101 | 111001 | 10010 | 0 | 110011 | 11000111 | 101000 | 100011 |
Color Harmonies of #36667D
Complementary color
Monochromatic Colors of #36667D
Black with #36667D
Text Example
Text Example
White with #36667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36667D; }
p { color: rgb(54,102,125); }
H1.HeaderClassName
{
color: #36667D;
}
.AnyTagClassName
{
color: #36667D;
}
</style>
background-color css
<style>
a { background-color: #36667D; }
a { background-color: rgb(54,102,125); }
div.DivClassName
{
background-color: #36667D;
}
.BgClassName
{
background-color: #36667D;
}
</style>
border-color css
<style>
span { border-color: #36667D; }
span { border-color: rgb(54,102,125); }
td.TdClassName
{
border-color: #36667D;
}
.TagClassName
{
border-color: #36667D;
}
</style>