Shades of Astral #33698C
Tints of Astral #33698C
RGB
CMYK
RGB Variations
Color information
#33698C (or 0x33698C) is known color: Astral. HEX triplet: 33, 69 and 8C. RGB value is (51,105,140). Sum of RGB (Red+Green+Blue) = 51+105+140=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #33698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698C is #CC9673. Grayscale: #5C5C5C. Windows color (decimal): -13407860 or 9201971. OLE color: 9201971.
HSL color Cylindrical-coordinate representation of color #33698C: hue angle of 203.6º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33698C is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 105 | 140 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.45 |
| HSL | 203.6º | 0.47% | 0.37% | - |
| HSV(B) | 203.6º | 0.64% | 0.55% | - |
| XYZ | 11.15 | 12.7 | 26.67 | - |
| YUV | 92.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 140 | 0.64 | 0.25 | 0 | 0.45 | 203.6 | 0.47 | 0.37 |
| Hex | 33 | 69 | 8C | 40 | 19 | 0 | 2D | CC | 2F | 25 |
| Octal | 63 | 151 | 214 | 100 | 31 | 0 | 55 | 314 | 57 | 45 |
| Binary | 110011 | 1101001 | 10001100 | 1000000 | 11001 | 0 | 101101 | 11001100 | 101111 | 100101 |
Color Harmonies of #33698C
Complementary color
Monochromatic Colors of #33698C
Black with #33698C
Text Example
Text Example
White with #33698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33698C; }
p { color: rgb(51,105,140); }
H1.HeaderClassName
{
color: #33698C;
}
.AnyTagClassName
{
color: #33698C;
}
</style>
background-color css
<style>
a { background-color: #33698C; }
a { background-color: rgb(51,105,140); }
div.DivClassName
{
background-color: #33698C;
}
.BgClassName
{
background-color: #33698C;
}
</style>
border-color css
<style>
span { border-color: #33698C; }
span { border-color: rgb(51,105,140); }
td.TdClassName
{
border-color: #33698C;
}
.TagClassName
{
border-color: #33698C;
}
</style>