Shades of Ultramarine #3300AF
Tints of Ultramarine #3300AF
RGB
CMYK
RGB Variations
Color information
#3300AF (or 0x3300AF) is known color: Ultramarine. HEX triplet: 33, 00 and AF. RGB value is (51,0,175). Sum of RGB (Red+Green+Blue) = 51+0+175=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #3300AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3300AF is #CCFF50. Grayscale: #222222. Windows color (decimal): -13434705 or 11468851. OLE color: 11468851.
HSL color Cylindrical-coordinate representation of color #3300AF: hue angle of 257.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300AF is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 0 | 175 | - |
| CMYK | 0.71 | 1 | 0 | 0.31 |
| HSL | 257.49º | 1% | 0.34% | - |
| HSV(B) | 257.49º | 1% | 0.69% | - |
| XYZ | 9.1 | 3.8 | 40.81 | - |
| YUV | 35.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 175 | 0.71 | 1 | 0 | 0.31 | 257.49 | 1 | 0.34 |
| Hex | 33 | 0 | AF | 47 | 64 | 0 | 1F | 101 | 64 | 22 |
| Octal | 63 | 0 | 257 | 107 | 144 | 0 | 37 | 401 | 144 | 42 |
| Binary | 110011 | 0 | 10101111 | 1000111 | 1100100 | 0 | 11111 | 100000001 | 1100100 | 100010 |
Color Harmonies of #3300AF
Complementary color
Monochromatic Colors of #3300AF
Black with #3300AF
Text Example
Text Example
White with #3300AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3300AF; }
p { color: rgb(51,0,175); }
H1.HeaderClassName
{
color: #3300AF;
}
.AnyTagClassName
{
color: #3300AF;
}
</style>
background-color css
<style>
a { background-color: #3300AF; }
a { background-color: rgb(51,0,175); }
div.DivClassName
{
background-color: #3300AF;
}
.BgClassName
{
background-color: #3300AF;
}
</style>
border-color css
<style>
span { border-color: #3300AF; }
span { border-color: rgb(51,0,175); }
td.TdClassName
{
border-color: #3300AF;
}
.TagClassName
{
border-color: #3300AF;
}
</style>