Shades of Ultramarine #3402BB
Tints of Ultramarine #3402BB
RGB
CMYK
RGB Variations
Color information
#3402BB (or 0x3402BB) is known color: Ultramarine. HEX triplet: 34, 02 and BB. RGB value is (52,2,187). Sum of RGB (Red+Green+Blue) = 52+2+187=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #3402BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402BB is #CBFD44. Grayscale: #252525. Windows color (decimal): -13368645 or 12255796. OLE color: 12255796.
HSL color Cylindrical-coordinate representation of color #3402BB: hue angle of 256.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402BB is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 2 | 187 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.27 |
| HSL | 256.22º | 0.98% | 0.37% | - |
| HSV(B) | 256.22º | 0.99% | 0.73% | - |
| XYZ | 10.41 | 4.36 | 47.31 | - |
| YUV | 38.04 | 212.07 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 187 | 0.72 | 0.99 | 0 | 0.27 | 256.22 | 0.98 | 0.37 |
| Hex | 34 | 2 | BB | 48 | 63 | 0 | 1B | 100 | 62 | 25 |
| Octal | 64 | 2 | 273 | 110 | 143 | 0 | 33 | 400 | 142 | 45 |
| Binary | 110100 | 10 | 10111011 | 1001000 | 1100011 | 0 | 11011 | 100000000 | 1100010 | 100101 |
Color Harmonies of #3402BB
Complementary color
Monochromatic Colors of #3402BB
Black with #3402BB
Text Example
Text Example
White with #3402BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3402BB; }
p { color: rgb(52,2,187); }
H1.HeaderClassName
{
color: #3402BB;
}
.AnyTagClassName
{
color: #3402BB;
}
</style>
background-color css
<style>
a { background-color: #3402BB; }
a { background-color: rgb(52,2,187); }
div.DivClassName
{
background-color: #3402BB;
}
.BgClassName
{
background-color: #3402BB;
}
</style>
border-color css
<style>
span { border-color: #3402BB; }
span { border-color: rgb(52,2,187); }
td.TdClassName
{
border-color: #3402BB;
}
.TagClassName
{
border-color: #3402BB;
}
</style>