Shades of Ultramarine #3302B6
Tints of Ultramarine #3302B6
RGB
CMYK
RGB Variations
Color information
#3302B6 (or 0x3302B6) is known color: Ultramarine. HEX triplet: 33, 02 and B6. RGB value is (51,2,182). Sum of RGB (Red+Green+Blue) = 51+2+182=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #3302B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3302B6 is #CCFD49. Grayscale: #242424. Windows color (decimal): -13434186 or 11928115. OLE color: 11928115.
HSL color Cylindrical-coordinate representation of color #3302B6: hue angle of 256.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302B6 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 2 | 182 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.29 |
| HSL | 256.33º | 0.98% | 0.36% | - |
| HSV(B) | 256.33º | 0.99% | 0.71% | - |
| XYZ | 9.83 | 4.12 | 44.53 | - |
| YUV | 37.17 | 209.73 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 182 | 0.72 | 0.99 | 0 | 0.29 | 256.33 | 0.98 | 0.36 |
| Hex | 33 | 2 | B6 | 48 | 63 | 0 | 1D | 100 | 62 | 24 |
| Octal | 63 | 2 | 266 | 110 | 143 | 0 | 35 | 400 | 142 | 44 |
| Binary | 110011 | 10 | 10110110 | 1001000 | 1100011 | 0 | 11101 | 100000000 | 1100010 | 100100 |
Color Harmonies of #3302B6
Complementary color
Monochromatic Colors of #3302B6
Black with #3302B6
Text Example
Text Example
White with #3302B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302B6; }
p { color: rgb(51,2,182); }
H1.HeaderClassName
{
color: #3302B6;
}
.AnyTagClassName
{
color: #3302B6;
}
</style>
background-color css
<style>
a { background-color: #3302B6; }
a { background-color: rgb(51,2,182); }
div.DivClassName
{
background-color: #3302B6;
}
.BgClassName
{
background-color: #3302B6;
}
</style>
border-color css
<style>
span { border-color: #3302B6; }
span { border-color: rgb(51,2,182); }
td.TdClassName
{
border-color: #3302B6;
}
.TagClassName
{
border-color: #3302B6;
}
</style>