Shades of Astral #33698F
Tints of Astral #33698F
RGB
CMYK
RGB Variations
Color information
#33698F (or 0x33698F) is known color: Astral. HEX triplet: 33, 69 and 8F. RGB value is (51,105,143). Sum of RGB (Red+Green+Blue) = 51+105+143=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #33698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698F is #CC9670. Grayscale: #5C5C5C. Windows color (decimal): -13407857 or 9398579. OLE color: 9398579.
HSL color Cylindrical-coordinate representation of color #33698F: hue angle of 204.78º 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 #33698F is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 105 | 143 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.44 |
| HSL | 204.78º | 0.47% | 0.38% | - |
| HSV(B) | 204.78º | 0.64% | 0.56% | - |
| XYZ | 11.37 | 12.79 | 27.86 | - |
| YUV | 93.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 143 | 0.64 | 0.27 | 0 | 0.44 | 204.78 | 0.47 | 0.38 |
| Hex | 33 | 69 | 8F | 40 | 1B | 0 | 2C | CD | 2F | 26 |
| Octal | 63 | 151 | 217 | 100 | 33 | 0 | 54 | 315 | 57 | 46 |
| Binary | 110011 | 1101001 | 10001111 | 1000000 | 11011 | 0 | 101100 | 11001101 | 101111 | 100110 |
Color Harmonies of #33698F
Complementary color
Monochromatic Colors of #33698F
Black with #33698F
Text Example
Text Example
White with #33698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33698F; }
p { color: rgb(51,105,143); }
H1.HeaderClassName
{
color: #33698F;
}
.AnyTagClassName
{
color: #33698F;
}
</style>
background-color css
<style>
a { background-color: #33698F; }
a { background-color: rgb(51,105,143); }
div.DivClassName
{
background-color: #33698F;
}
.BgClassName
{
background-color: #33698F;
}
</style>
border-color css
<style>
span { border-color: #33698F; }
span { border-color: rgb(51,105,143); }
td.TdClassName
{
border-color: #33698F;
}
.TagClassName
{
border-color: #33698F;
}
</style>