Shades of Ultramarine #3007AF
Tints of Ultramarine #3007AF
RGB
CMYK
RGB Variations
Color information
#3007AF (or 0x3007AF) is known color: Ultramarine. HEX triplet: 30, 07 and AF. RGB value is (48,7,175). Sum of RGB (Red+Green+Blue) = 48+7+175=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #3007AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3007AF is #CFF850. Grayscale: #252525. Windows color (decimal): -13629521 or 11470640. OLE color: 11470640.
HSL color Cylindrical-coordinate representation of color #3007AF: hue angle of 254.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3007AF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 7 | 175 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.31 |
| HSL | 254.64º | 0.92% | 0.36% | - |
| HSV(B) | 254.64º | 0.96% | 0.69% | - |
| XYZ | 9.03 | 3.88 | 40.83 | - |
| YUV | 38.41 | 205.08 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 175 | 0.73 | 0.96 | 0 | 0.31 | 254.64 | 0.92 | 0.36 |
| Hex | 30 | 7 | AF | 49 | 60 | 0 | 1F | FF | 5C | 24 |
| Octal | 60 | 7 | 257 | 111 | 140 | 0 | 37 | 377 | 134 | 44 |
| Binary | 110000 | 111 | 10101111 | 1001001 | 1100000 | 0 | 11111 | 11111111 | 1011100 | 100100 |
Color Harmonies of #3007AF
Complementary color
Monochromatic Colors of #3007AF
Black with #3007AF
Text Example
Text Example
White with #3007AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3007AF; }
p { color: rgb(48,7,175); }
H1.HeaderClassName
{
color: #3007AF;
}
.AnyTagClassName
{
color: #3007AF;
}
</style>
background-color css
<style>
a { background-color: #3007AF; }
a { background-color: rgb(48,7,175); }
div.DivClassName
{
background-color: #3007AF;
}
.BgClassName
{
background-color: #3007AF;
}
</style>
border-color css
<style>
span { border-color: #3007AF; }
span { border-color: rgb(48,7,175); }
td.TdClassName
{
border-color: #3007AF;
}
.TagClassName
{
border-color: #3007AF;
}
</style>