Shades of Ultramarine #300AAF
Tints of Ultramarine #300AAF
RGB
CMYK
RGB Variations
Color information
#300AAF (or 0x300AAF) is known color: Ultramarine. HEX triplet: 30, 0A and AF. RGB value is (48,10,175). Sum of RGB (Red+Green+Blue) = 48+10+175=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #300AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300AAF is #CFF550. Grayscale: #272727. Windows color (decimal): -13628753 or 11471408. OLE color: 11471408.
HSL color Cylindrical-coordinate representation of color #300AAF: hue angle of 253.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300AAF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 10 | 175 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.31 |
| HSL | 253.82º | 0.89% | 0.36% | - |
| HSV(B) | 253.82º | 0.94% | 0.69% | - |
| XYZ | 9.07 | 3.94 | 40.84 | - |
| YUV | 40.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 175 | 0.73 | 0.94 | 0 | 0.31 | 253.82 | 0.89 | 0.36 |
| Hex | 30 | A | AF | 49 | 5E | 0 | 1F | FE | 59 | 24 |
| Octal | 60 | 12 | 257 | 111 | 136 | 0 | 37 | 376 | 131 | 44 |
| Binary | 110000 | 1010 | 10101111 | 1001001 | 1011110 | 0 | 11111 | 11111110 | 1011001 | 100100 |
Color Harmonies of #300AAF
Complementary color
Monochromatic Colors of #300AAF
Black with #300AAF
Text Example
Text Example
White with #300AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300AAF; }
p { color: rgb(48,10,175); }
H1.HeaderClassName
{
color: #300AAF;
}
.AnyTagClassName
{
color: #300AAF;
}
</style>
background-color css
<style>
a { background-color: #300AAF; }
a { background-color: rgb(48,10,175); }
div.DivClassName
{
background-color: #300AAF;
}
.BgClassName
{
background-color: #300AAF;
}
</style>
border-color css
<style>
span { border-color: #300AAF; }
span { border-color: rgb(48,10,175); }
td.TdClassName
{
border-color: #300AAF;
}
.TagClassName
{
border-color: #300AAF;
}
</style>