Shades of Astral #33698A
Tints of Astral #33698A
RGB
CMYK
RGB Variations
Color information
#33698A (or 0x33698A) is known color: Astral. HEX triplet: 33, 69 and 8A. RGB value is (51,105,138). Sum of RGB (Red+Green+Blue) = 51+105+138=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #33698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698A is #CC9675. Grayscale: #5C5C5C. Windows color (decimal): -13407862 or 9070899. OLE color: 9070899.
HSL color Cylindrical-coordinate representation of color #33698A: hue angle of 202.76º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33698A is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 105 | 138 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.46 |
| HSL | 202.76º | 0.46% | 0.37% | - |
| HSV(B) | 202.76º | 0.63% | 0.54% | - |
| XYZ | 11 | 12.64 | 25.9 | - |
| YUV | 92.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 105 | 138 | 0.63 | 0.24 | 0 | 0.46 | 202.76 | 0.46 | 0.37 |
| Hex | 33 | 69 | 8A | 3F | 18 | 0 | 2E | CB | 2E | 25 |
| Octal | 63 | 151 | 212 | 77 | 30 | 0 | 56 | 313 | 56 | 45 |
| Binary | 110011 | 1101001 | 10001010 | 111111 | 11000 | 0 | 101110 | 11001011 | 101110 | 100101 |
Color Harmonies of #33698A
Complementary color
Monochromatic Colors of #33698A
Black with #33698A
Text Example
Text Example
White with #33698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33698A; }
p { color: rgb(51,105,138); }
H1.HeaderClassName
{
color: #33698A;
}
.AnyTagClassName
{
color: #33698A;
}
</style>
background-color css
<style>
a { background-color: #33698A; }
a { background-color: rgb(51,105,138); }
div.DivClassName
{
background-color: #33698A;
}
.BgClassName
{
background-color: #33698A;
}
</style>
border-color css
<style>
span { border-color: #33698A; }
span { border-color: rgb(51,105,138); }
td.TdClassName
{
border-color: #33698A;
}
.TagClassName
{
border-color: #33698A;
}
</style>