Shades of Astral #33668F
Tints of Astral #33668F
RGB
CMYK
RGB Variations
Color information
#33668F (or 0x33668F) is known color: Astral. HEX triplet: 33, 66 and 8F. RGB value is (51,102,143). Sum of RGB (Red+Green+Blue) = 51+102+143=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #33668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33668F is #CC9970. Grayscale: #5B5B5B. Windows color (decimal): -13408625 or 9397811. OLE color: 9397811.
HSL color Cylindrical-coordinate representation of color #33668F: hue angle of 206.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33668F is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 102 | 143 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.44 |
| HSL | 206.74º | 0.47% | 0.38% | - |
| HSV(B) | 206.74º | 0.64% | 0.56% | - |
| XYZ | 11.07 | 12.19 | 27.76 | - |
| YUV | 91.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 143 | 0.64 | 0.29 | 0 | 0.44 | 206.74 | 0.47 | 0.38 |
| Hex | 33 | 66 | 8F | 40 | 1D | 0 | 2C | CF | 2F | 26 |
| Octal | 63 | 146 | 217 | 100 | 35 | 0 | 54 | 317 | 57 | 46 |
| Binary | 110011 | 1100110 | 10001111 | 1000000 | 11101 | 0 | 101100 | 11001111 | 101111 | 100110 |
Color Harmonies of #33668F
Complementary color
Monochromatic Colors of #33668F
Black with #33668F
Text Example
Text Example
White with #33668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33668F; }
p { color: rgb(51,102,143); }
H1.HeaderClassName
{
color: #33668F;
}
.AnyTagClassName
{
color: #33668F;
}
</style>
background-color css
<style>
a { background-color: #33668F; }
a { background-color: rgb(51,102,143); }
div.DivClassName
{
background-color: #33668F;
}
.BgClassName
{
background-color: #33668F;
}
</style>
border-color css
<style>
span { border-color: #33668F; }
span { border-color: rgb(51,102,143); }
td.TdClassName
{
border-color: #33668F;
}
.TagClassName
{
border-color: #33668F;
}
</style>