Shades of Ultramarine #3002A4
Tints of Ultramarine #3002A4
RGB
CMYK
RGB Variations
Color information
#3002A4 (or 0x3002A4) is known color: Ultramarine. HEX triplet: 30, 02 and A4. RGB value is (48,2,164). Sum of RGB (Red+Green+Blue) = 48+2+164=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #3002A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3002A4 is #CFFD5B. Grayscale: #212121. Windows color (decimal): -13630812 or 10748464. OLE color: 10748464.
HSL color Cylindrical-coordinate representation of color #3002A4: hue angle of 257.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002A4 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 2 | 164 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.36 |
| HSL | 257.04º | 0.98% | 0.33% | - |
| HSV(B) | 257.04º | 0.99% | 0.64% | - |
| XYZ | 7.94 | 3.35 | 35.35 | - |
| YUV | 34.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 164 | 0.71 | 0.99 | 0 | 0.36 | 257.04 | 0.98 | 0.33 |
| Hex | 30 | 2 | A4 | 47 | 63 | 0 | 24 | 101 | 62 | 21 |
| Octal | 60 | 2 | 244 | 107 | 143 | 0 | 44 | 401 | 142 | 41 |
| Binary | 110000 | 10 | 10100100 | 1000111 | 1100011 | 0 | 100100 | 100000001 | 1100010 | 100001 |
Color Harmonies of #3002A4
Complementary color
Monochromatic Colors of #3002A4
Black with #3002A4
Text Example
Text Example
White with #3002A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002A4; }
p { color: rgb(48,2,164); }
H1.HeaderClassName
{
color: #3002A4;
}
.AnyTagClassName
{
color: #3002A4;
}
</style>
background-color css
<style>
a { background-color: #3002A4; }
a { background-color: rgb(48,2,164); }
div.DivClassName
{
background-color: #3002A4;
}
.BgClassName
{
background-color: #3002A4;
}
</style>
border-color css
<style>
span { border-color: #3002A4; }
span { border-color: rgb(48,2,164); }
td.TdClassName
{
border-color: #3002A4;
}
.TagClassName
{
border-color: #3002A4;
}
</style>