Shades of Ultramarine #3302B9
Tints of Ultramarine #3302B9
RGB
CMYK
RGB Variations
Color information
#3302B9 (or 0x3302B9) is known color: Ultramarine. HEX triplet: 33, 02 and B9. RGB value is (51,2,185). Sum of RGB (Red+Green+Blue) = 51+2+185=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 185 (72.66% from 255 or 77.73% from 238); Max value from RGB is 185 - color contains mainly: blue. Hex color #3302B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302B9 is #CCFD46. Grayscale: #242424. Windows color (decimal): -13434183 or 12124723. OLE color: 12124723.
HSL color Cylindrical-coordinate representation of color #3302B9: hue angle of 256.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302B9 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 2 | 185 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.27 |
| HSL | 256.07º | 0.98% | 0.37% | - |
| HSV(B) | 256.07º | 0.99% | 0.73% | - |
| XYZ | 10.14 | 4.25 | 46.18 | - |
| YUV | 37.51 | 211.23 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 185 | 0.72 | 0.99 | 0 | 0.27 | 256.07 | 0.98 | 0.37 |
| Hex | 33 | 2 | B9 | 48 | 63 | 0 | 1B | 100 | 62 | 25 |
| Octal | 63 | 2 | 271 | 110 | 143 | 0 | 33 | 400 | 142 | 45 |
| Binary | 110011 | 10 | 10111001 | 1001000 | 1100011 | 0 | 11011 | 100000000 | 1100010 | 100101 |
Color Harmonies of #3302B9
Complementary color
Monochromatic Colors of #3302B9
Black with #3302B9
Text Example
Text Example
White with #3302B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302B9; }
p { color: rgb(51,2,185); }
H1.HeaderClassName
{
color: #3302B9;
}
.AnyTagClassName
{
color: #3302B9;
}
</style>
background-color css
<style>
a { background-color: #3302B9; }
a { background-color: rgb(51,2,185); }
div.DivClassName
{
background-color: #3302B9;
}
.BgClassName
{
background-color: #3302B9;
}
</style>
border-color css
<style>
span { border-color: #3302B9; }
span { border-color: rgb(51,2,185); }
td.TdClassName
{
border-color: #3302B9;
}
.TagClassName
{
border-color: #3302B9;
}
</style>