Shades of Ultramarine #3304B1
Tints of Ultramarine #3304B1
RGB
CMYK
RGB Variations
Color information
#3304B1 (or 0x3304B1) is known color: Ultramarine. HEX triplet: 33, 04 and B1. RGB value is (51,4,177). Sum of RGB (Red+Green+Blue) = 51+4+177=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 177 (69.53% from 255 or 76.29% from 232); Max value from RGB is 177 - color contains mainly: blue. Hex color #3304B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3304B1 is #CCFB4E. Grayscale: #252525. Windows color (decimal): -13433679 or 11600947. OLE color: 11600947.
HSL color Cylindrical-coordinate representation of color #3304B1: hue angle of 256.3º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304B1 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 4 | 177 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.31 |
| HSL | 256.3º | 0.96% | 0.35% | - |
| HSV(B) | 256.3º | 0.98% | 0.69% | - |
| XYZ | 9.34 | 3.96 | 41.87 | - |
| YUV | 37.78 | 206.57 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 177 | 0.71 | 0.98 | 0 | 0.31 | 256.3 | 0.96 | 0.35 |
| Hex | 33 | 4 | B1 | 47 | 62 | 0 | 1F | 100 | 60 | 23 |
| Octal | 63 | 4 | 261 | 107 | 142 | 0 | 37 | 400 | 140 | 43 |
| Binary | 110011 | 100 | 10110001 | 1000111 | 1100010 | 0 | 11111 | 100000000 | 1100000 | 100011 |
Color Harmonies of #3304B1
Complementary color
Monochromatic Colors of #3304B1
Black with #3304B1
Text Example
Text Example
White with #3304B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304B1; }
p { color: rgb(51,4,177); }
H1.HeaderClassName
{
color: #3304B1;
}
.AnyTagClassName
{
color: #3304B1;
}
</style>
background-color css
<style>
a { background-color: #3304B1; }
a { background-color: rgb(51,4,177); }
div.DivClassName
{
background-color: #3304B1;
}
.BgClassName
{
background-color: #3304B1;
}
</style>
border-color css
<style>
span { border-color: #3304B1; }
span { border-color: rgb(51,4,177); }
td.TdClassName
{
border-color: #3304B1;
}
.TagClassName
{
border-color: #3304B1;
}
</style>