Shades of Astral #366B7D
Tints of Astral #366B7D
RGB
CMYK
RGB Variations
Color information
#366B7D (or 0x366B7D) is known color: Astral. HEX triplet: 36, 6B and 7D. RGB value is (54,107,125). Sum of RGB (Red+Green+Blue) = 54+107+125=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #366B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B7D is #C99482. Grayscale: #5D5D5D. Windows color (decimal): -13210755 or 8219446. OLE color: 8219446.
HSL color Cylindrical-coordinate representation of color #366B7D: hue angle of 195.21º 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 #366B7D is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 107 | 125 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.51 |
| HSL | 195.21º | 0.4% | 0.35% | - |
| HSV(B) | 195.21º | 0.57% | 0.49% | - |
| XYZ | 10.48 | 12.78 | 21.32 | - |
| YUV | 93.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 125 | 0.57 | 0.14 | 0 | 0.51 | 195.21 | 0.4 | 0.35 |
| Hex | 36 | 6B | 7D | 39 | E | 0 | 33 | C3 | 28 | 23 |
| Octal | 66 | 153 | 175 | 71 | 16 | 0 | 63 | 303 | 50 | 43 |
| Binary | 110110 | 1101011 | 1111101 | 111001 | 1110 | 0 | 110011 | 11000011 | 101000 | 100011 |
Color Harmonies of #366B7D
Complementary color
Monochromatic Colors of #366B7D
Black with #366B7D
Text Example
Text Example
White with #366B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B7D; }
p { color: rgb(54,107,125); }
H1.HeaderClassName
{
color: #366B7D;
}
.AnyTagClassName
{
color: #366B7D;
}
</style>
background-color css
<style>
a { background-color: #366B7D; }
a { background-color: rgb(54,107,125); }
div.DivClassName
{
background-color: #366B7D;
}
.BgClassName
{
background-color: #366B7D;
}
</style>
border-color css
<style>
span { border-color: #366B7D; }
span { border-color: rgb(54,107,125); }
td.TdClassName
{
border-color: #366B7D;
}
.TagClassName
{
border-color: #366B7D;
}
</style>