Shades of Ultramarine #3403B7
Tints of Ultramarine #3403B7
RGB
CMYK
RGB Variations
Color information
#3403B7 (or 0x3403B7) is known color: Ultramarine. HEX triplet: 34, 03 and B7. RGB value is (52,3,183). Sum of RGB (Red+Green+Blue) = 52+3+183=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 183 (71.88% from 255 or 76.89% from 238); Max value from RGB is 183 - color contains mainly: blue. Hex color #3403B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403B7 is #CBFC48. Grayscale: #252525. Windows color (decimal): -13368393 or 11993908. OLE color: 11993908.
HSL color Cylindrical-coordinate representation of color #3403B7: hue angle of 256.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3403B7 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 3 | 183 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.28 |
| HSL | 256.33º | 0.97% | 0.36% | - |
| HSV(B) | 256.33º | 0.98% | 0.72% | - |
| XYZ | 10 | 4.21 | 45.09 | - |
| YUV | 38.17 | 209.73 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 183 | 0.72 | 0.98 | 0 | 0.28 | 256.33 | 0.97 | 0.36 |
| Hex | 34 | 3 | B7 | 48 | 62 | 0 | 1C | 100 | 61 | 24 |
| Octal | 64 | 3 | 267 | 110 | 142 | 0 | 34 | 400 | 141 | 44 |
| Binary | 110100 | 11 | 10110111 | 1001000 | 1100010 | 0 | 11100 | 100000000 | 1100001 | 100100 |
Color Harmonies of #3403B7
Complementary color
Monochromatic Colors of #3403B7
Black with #3403B7
Text Example
Text Example
White with #3403B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403B7; }
p { color: rgb(52,3,183); }
H1.HeaderClassName
{
color: #3403B7;
}
.AnyTagClassName
{
color: #3403B7;
}
</style>
background-color css
<style>
a { background-color: #3403B7; }
a { background-color: rgb(52,3,183); }
div.DivClassName
{
background-color: #3403B7;
}
.BgClassName
{
background-color: #3403B7;
}
</style>
border-color css
<style>
span { border-color: #3403B7; }
span { border-color: rgb(52,3,183); }
td.TdClassName
{
border-color: #3403B7;
}
.TagClassName
{
border-color: #3403B7;
}
</style>