Shades of Ultramarine #3305B1
Tints of Ultramarine #3305B1
RGB
CMYK
RGB Variations
Color information
#3305B1 (or 0x3305B1) is known color: Ultramarine. HEX triplet: 33, 05 and B1. RGB value is (51,5,177). Sum of RGB (Red+Green+Blue) = 51+5+177=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 177 (69.53% from 255 or 75.97% from 233); Max value from RGB is 177 - color contains mainly: blue. Hex color #3305B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3305B1 is #CCFA4E. Grayscale: #252525. Windows color (decimal): -13433423 or 11601203. OLE color: 11601203.
HSL color Cylindrical-coordinate representation of color #3305B1: hue angle of 256.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3305B1 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 5 | 177 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.31 |
| HSL | 256.05º | 0.95% | 0.36% | - |
| HSV(B) | 256.05º | 0.97% | 0.69% | - |
| XYZ | 9.36 | 3.99 | 41.87 | - |
| YUV | 38.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 177 | 0.71 | 0.97 | 0 | 0.31 | 256.05 | 0.95 | 0.36 |
| Hex | 33 | 5 | B1 | 47 | 61 | 0 | 1F | 100 | 5F | 24 |
| Octal | 63 | 5 | 261 | 107 | 141 | 0 | 37 | 400 | 137 | 44 |
| Binary | 110011 | 101 | 10110001 | 1000111 | 1100001 | 0 | 11111 | 100000000 | 1011111 | 100100 |
Color Harmonies of #3305B1
Complementary color
Monochromatic Colors of #3305B1
Black with #3305B1
Text Example
Text Example
White with #3305B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305B1; }
p { color: rgb(51,5,177); }
H1.HeaderClassName
{
color: #3305B1;
}
.AnyTagClassName
{
color: #3305B1;
}
</style>
background-color css
<style>
a { background-color: #3305B1; }
a { background-color: rgb(51,5,177); }
div.DivClassName
{
background-color: #3305B1;
}
.BgClassName
{
background-color: #3305B1;
}
</style>
border-color css
<style>
span { border-color: #3305B1; }
span { border-color: rgb(51,5,177); }
td.TdClassName
{
border-color: #3305B1;
}
.TagClassName
{
border-color: #3305B1;
}
</style>