Shades of Ultramarine #3003B7
Tints of Ultramarine #3003B7
RGB
CMYK
RGB Variations
Color information
#3003B7 (or 0x3003B7) is known color: Ultramarine. HEX triplet: 30, 03 and B7. RGB value is (48,3,183). Sum of RGB (Red+Green+Blue) = 48+3+183=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #3003B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003B7 is #CFFC48. Grayscale: #242424. Windows color (decimal): -13630537 or 11993904. OLE color: 11993904.
HSL color Cylindrical-coordinate representation of color #3003B7: hue angle of 255º 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 #3003B7 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 3 | 183 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.28 |
| HSL | 255º | 0.97% | 0.36% | - |
| HSV(B) | 255º | 0.98% | 0.72% | - |
| XYZ | 9.8 | 4.11 | 45.08 | - |
| YUV | 36.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 183 | 0.74 | 0.98 | 0 | 0.28 | 255 | 0.97 | 0.36 |
| Hex | 30 | 3 | B7 | 4A | 62 | 0 | 1C | FF | 61 | 24 |
| Octal | 60 | 3 | 267 | 112 | 142 | 0 | 34 | 377 | 141 | 44 |
| Binary | 110000 | 11 | 10110111 | 1001010 | 1100010 | 0 | 11100 | 11111111 | 1100001 | 100100 |
Color Harmonies of #3003B7
Complementary color
Monochromatic Colors of #3003B7
Black with #3003B7
Text Example
Text Example
White with #3003B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003B7; }
p { color: rgb(48,3,183); }
H1.HeaderClassName
{
color: #3003B7;
}
.AnyTagClassName
{
color: #3003B7;
}
</style>
background-color css
<style>
a { background-color: #3003B7; }
a { background-color: rgb(48,3,183); }
div.DivClassName
{
background-color: #3003B7;
}
.BgClassName
{
background-color: #3003B7;
}
</style>
border-color css
<style>
span { border-color: #3003B7; }
span { border-color: rgb(48,3,183); }
td.TdClassName
{
border-color: #3003B7;
}
.TagClassName
{
border-color: #3003B7;
}
</style>