Shades of Astral #36658C
Tints of Astral #36658C
RGB
CMYK
RGB Variations
Color information
#36658C (or 0x36658C) is known color: Astral. HEX triplet: 36, 65 and 8C. RGB value is (54,101,140). Sum of RGB (Red+Green+Blue) = 54+101+140=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #36658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36658C is #C99A73. Grayscale: #5B5B5B. Windows color (decimal): -13212276 or 9200950. OLE color: 9200950.
HSL color Cylindrical-coordinate representation of color #36658C: hue angle of 207.21º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36658C is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 101 | 140 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.45 |
| HSL | 207.21º | 0.44% | 0.38% | - |
| HSV(B) | 207.21º | 0.61% | 0.55% | - |
| XYZ | 10.91 | 11.99 | 26.55 | - |
| YUV | 91.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 140 | 0.61 | 0.28 | 0 | 0.45 | 207.21 | 0.44 | 0.38 |
| Hex | 36 | 65 | 8C | 3D | 1C | 0 | 2D | CF | 2C | 26 |
| Octal | 66 | 145 | 214 | 75 | 34 | 0 | 55 | 317 | 54 | 46 |
| Binary | 110110 | 1100101 | 10001100 | 111101 | 11100 | 0 | 101101 | 11001111 | 101100 | 100110 |
Color Harmonies of #36658C
Complementary color
Monochromatic Colors of #36658C
Black with #36658C
Text Example
Text Example
White with #36658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36658C; }
p { color: rgb(54,101,140); }
H1.HeaderClassName
{
color: #36658C;
}
.AnyTagClassName
{
color: #36658C;
}
</style>
background-color css
<style>
a { background-color: #36658C; }
a { background-color: rgb(54,101,140); }
div.DivClassName
{
background-color: #36658C;
}
.BgClassName
{
background-color: #36658C;
}
</style>
border-color css
<style>
span { border-color: #36658C; }
span { border-color: rgb(54,101,140); }
td.TdClassName
{
border-color: #36658C;
}
.TagClassName
{
border-color: #36658C;
}
</style>