Shades of Ultramarine #300DAC
Tints of Ultramarine #300DAC
RGB
CMYK
RGB Variations
Color information
#300DAC (or 0x300DAC) is known color: Ultramarine. HEX triplet: 30, 0D and AC. RGB value is (48,13,172). Sum of RGB (Red+Green+Blue) = 48+13+172=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #300DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300DAC is #CFF253. Grayscale: #282828. Windows color (decimal): -13627988 or 11275568. OLE color: 11275568.
HSL color Cylindrical-coordinate representation of color #300DAC: hue angle of 253.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300DAC is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 13 | 172 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.33 |
| HSL | 253.21º | 0.86% | 0.36% | - |
| HSV(B) | 253.21º | 0.92% | 0.67% | - |
| XYZ | 8.81 | 3.89 | 39.32 | - |
| YUV | 41.59 | 201.6 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 172 | 0.72 | 0.92 | 0 | 0.33 | 253.21 | 0.86 | 0.36 |
| Hex | 30 | D | AC | 48 | 5C | 0 | 21 | FD | 56 | 24 |
| Octal | 60 | 15 | 254 | 110 | 134 | 0 | 41 | 375 | 126 | 44 |
| Binary | 110000 | 1101 | 10101100 | 1001000 | 1011100 | 0 | 100001 | 11111101 | 1010110 | 100100 |
Color Harmonies of #300DAC
Complementary color
Monochromatic Colors of #300DAC
Black with #300DAC
Text Example
Text Example
White with #300DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DAC; }
p { color: rgb(48,13,172); }
H1.HeaderClassName
{
color: #300DAC;
}
.AnyTagClassName
{
color: #300DAC;
}
</style>
background-color css
<style>
a { background-color: #300DAC; }
a { background-color: rgb(48,13,172); }
div.DivClassName
{
background-color: #300DAC;
}
.BgClassName
{
background-color: #300DAC;
}
</style>
border-color css
<style>
span { border-color: #300DAC; }
span { border-color: rgb(48,13,172); }
td.TdClassName
{
border-color: #300DAC;
}
.TagClassName
{
border-color: #300DAC;
}
</style>