Shades of Ultramarine #3308BC
Tints of Ultramarine #3308BC
RGB
CMYK
RGB Variations
Color information
#3308BC (or 0x3308BC) is known color: Ultramarine. HEX triplet: 33, 08 and BC. RGB value is (51,8,188). Sum of RGB (Red+Green+Blue) = 51+8+188=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #3308BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308BC is #CCF743. Grayscale: #282828. Windows color (decimal): -13432644 or 12322867. OLE color: 12322867.
HSL color Cylindrical-coordinate representation of color #3308BC: hue angle of 254.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3308BC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 8 | 188 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.26 |
| HSL | 254.33º | 0.92% | 0.38% | - |
| HSV(B) | 254.33º | 0.96% | 0.74% | - |
| XYZ | 10.53 | 4.51 | 47.89 | - |
| YUV | 41.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 188 | 0.73 | 0.96 | 0 | 0.26 | 254.33 | 0.92 | 0.38 |
| Hex | 33 | 8 | BC | 49 | 60 | 0 | 1A | FE | 5C | 26 |
| Octal | 63 | 10 | 274 | 111 | 140 | 0 | 32 | 376 | 134 | 46 |
| Binary | 110011 | 1000 | 10111100 | 1001001 | 1100000 | 0 | 11010 | 11111110 | 1011100 | 100110 |
Color Harmonies of #3308BC
Complementary color
Monochromatic Colors of #3308BC
Black with #3308BC
Text Example
Text Example
White with #3308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3308BC; }
p { color: rgb(51,8,188); }
H1.HeaderClassName
{
color: #3308BC;
}
.AnyTagClassName
{
color: #3308BC;
}
</style>
background-color css
<style>
a { background-color: #3308BC; }
a { background-color: rgb(51,8,188); }
div.DivClassName
{
background-color: #3308BC;
}
.BgClassName
{
background-color: #3308BC;
}
</style>
border-color css
<style>
span { border-color: #3308BC; }
span { border-color: rgb(51,8,188); }
td.TdClassName
{
border-color: #3308BC;
}
.TagClassName
{
border-color: #3308BC;
}
</style>