Shades of Ultramarine #3305BA
Tints of Ultramarine #3305BA
RGB
CMYK
RGB Variations
Color information
#3305BA (or 0x3305BA) is known color: Ultramarine. HEX triplet: 33, 05 and BA. RGB value is (51,5,186). Sum of RGB (Red+Green+Blue) = 51+5+186=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3305BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3305BA is #CCFA45. Grayscale: #262626. Windows color (decimal): -13433414 or 12191027. OLE color: 12191027.
HSL color Cylindrical-coordinate representation of color #3305BA: hue angle of 255.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3305BA is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 5 | 186 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.27 |
| HSL | 255.25º | 0.95% | 0.37% | - |
| HSV(B) | 255.25º | 0.97% | 0.73% | - |
| XYZ | 10.28 | 4.36 | 46.75 | - |
| YUV | 39.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 186 | 0.73 | 0.97 | 0 | 0.27 | 255.25 | 0.95 | 0.37 |
| Hex | 33 | 5 | BA | 49 | 61 | 0 | 1B | FF | 5F | 25 |
| Octal | 63 | 5 | 272 | 111 | 141 | 0 | 33 | 377 | 137 | 45 |
| Binary | 110011 | 101 | 10111010 | 1001001 | 1100001 | 0 | 11011 | 11111111 | 1011111 | 100101 |
Color Harmonies of #3305BA
Complementary color
Monochromatic Colors of #3305BA
Black with #3305BA
Text Example
Text Example
White with #3305BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305BA; }
p { color: rgb(51,5,186); }
H1.HeaderClassName
{
color: #3305BA;
}
.AnyTagClassName
{
color: #3305BA;
}
</style>
background-color css
<style>
a { background-color: #3305BA; }
a { background-color: rgb(51,5,186); }
div.DivClassName
{
background-color: #3305BA;
}
.BgClassName
{
background-color: #3305BA;
}
</style>
border-color css
<style>
span { border-color: #3305BA; }
span { border-color: rgb(51,5,186); }
td.TdClassName
{
border-color: #3305BA;
}
.TagClassName
{
border-color: #3305BA;
}
</style>