Shades of Astral #33668B
Tints of Astral #33668B
RGB
CMYK
RGB Variations
Color information
#33668B (or 0x33668B) is known color: Astral. HEX triplet: 33, 66 and 8B. RGB value is (51,102,139). Sum of RGB (Red+Green+Blue) = 51+102+139=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #33668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33668B is #CC9974. Grayscale: #5A5A5A. Windows color (decimal): -13408629 or 9135667. OLE color: 9135667.
HSL color Cylindrical-coordinate representation of color #33668B: hue angle of 205.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33668B is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 102 | 139 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.45 |
| HSL | 205.23º | 0.46% | 0.37% | - |
| HSV(B) | 205.23º | 0.63% | 0.55% | - |
| XYZ | 10.78 | 12.07 | 26.19 | - |
| YUV | 90.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 139 | 0.63 | 0.27 | 0 | 0.45 | 205.23 | 0.46 | 0.37 |
| Hex | 33 | 66 | 8B | 3F | 1B | 0 | 2D | CD | 2E | 25 |
| Octal | 63 | 146 | 213 | 77 | 33 | 0 | 55 | 315 | 56 | 45 |
| Binary | 110011 | 1100110 | 10001011 | 111111 | 11011 | 0 | 101101 | 11001101 | 101110 | 100101 |
Color Harmonies of #33668B
Complementary color
Monochromatic Colors of #33668B
Black with #33668B
Text Example
Text Example
White with #33668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33668B; }
p { color: rgb(51,102,139); }
H1.HeaderClassName
{
color: #33668B;
}
.AnyTagClassName
{
color: #33668B;
}
</style>
background-color css
<style>
a { background-color: #33668B; }
a { background-color: rgb(51,102,139); }
div.DivClassName
{
background-color: #33668B;
}
.BgClassName
{
background-color: #33668B;
}
</style>
border-color css
<style>
span { border-color: #33668B; }
span { border-color: rgb(51,102,139); }
td.TdClassName
{
border-color: #33668B;
}
.TagClassName
{
border-color: #33668B;
}
</style>