Shades of Ultramarine #300BA4
Tints of Ultramarine #300BA4
RGB
CMYK
RGB Variations
Color information
#300BA4 (or 0x300BA4) is known color: Ultramarine. HEX triplet: 30, 0B and A4. RGB value is (48,11,164). Sum of RGB (Red+Green+Blue) = 48+11+164=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #300BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300BA4 is #CFF45B. Grayscale: #262626. Windows color (decimal): -13628508 or 10750768. OLE color: 10750768.
HSL color Cylindrical-coordinate representation of color #300BA4: hue angle of 254.51º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300BA4 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 11 | 164 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.36 |
| HSL | 254.51º | 0.87% | 0.34% | - |
| HSV(B) | 254.51º | 0.93% | 0.64% | - |
| XYZ | 8.04 | 3.55 | 35.38 | - |
| YUV | 39.51 | 198.26 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 164 | 0.71 | 0.93 | 0 | 0.36 | 254.51 | 0.87 | 0.34 |
| Hex | 30 | B | A4 | 47 | 5D | 0 | 24 | FF | 57 | 22 |
| Octal | 60 | 13 | 244 | 107 | 135 | 0 | 44 | 377 | 127 | 42 |
| Binary | 110000 | 1011 | 10100100 | 1000111 | 1011101 | 0 | 100100 | 11111111 | 1010111 | 100010 |
Color Harmonies of #300BA4
Complementary color
Monochromatic Colors of #300BA4
Black with #300BA4
Text Example
Text Example
White with #300BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BA4; }
p { color: rgb(48,11,164); }
H1.HeaderClassName
{
color: #300BA4;
}
.AnyTagClassName
{
color: #300BA4;
}
</style>
background-color css
<style>
a { background-color: #300BA4; }
a { background-color: rgb(48,11,164); }
div.DivClassName
{
background-color: #300BA4;
}
.BgClassName
{
background-color: #300BA4;
}
</style>
border-color css
<style>
span { border-color: #300BA4; }
span { border-color: rgb(48,11,164); }
td.TdClassName
{
border-color: #300BA4;
}
.TagClassName
{
border-color: #300BA4;
}
</style>