Shades of Ultramarine #3306AA
Tints of Ultramarine #3306AA
RGB
CMYK
RGB Variations
Color information
#3306AA (or 0x3306AA) is known color: Ultramarine. HEX triplet: 33, 06 and AA. RGB value is (51,6,170). Sum of RGB (Red+Green+Blue) = 51+6+170=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #3306AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3306AA is #CCF955. Grayscale: #252525. Windows color (decimal): -13433174 or 11142707. OLE color: 11142707.
HSL color Cylindrical-coordinate representation of color #3306AA: hue angle of 256.46º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3306AA is Cyan = 0.7, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 6 | 170 | - |
| CMYK | 0.7 | 0.96 | 0 | 0.33 |
| HSL | 256.46º | 0.93% | 0.35% | - |
| HSV(B) | 256.46º | 0.96% | 0.67% | - |
| XYZ | 8.69 | 3.74 | 38.29 | - |
| YUV | 38.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 170 | 0.7 | 0.96 | 0 | 0.33 | 256.46 | 0.93 | 0.35 |
| Hex | 33 | 6 | AA | 46 | 60 | 0 | 21 | 100 | 5D | 23 |
| Octal | 63 | 6 | 252 | 106 | 140 | 0 | 41 | 400 | 135 | 43 |
| Binary | 110011 | 110 | 10101010 | 1000110 | 1100000 | 0 | 100001 | 100000000 | 1011101 | 100011 |
Color Harmonies of #3306AA
Complementary color
Monochromatic Colors of #3306AA
Black with #3306AA
Text Example
Text Example
White with #3306AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3306AA; }
p { color: rgb(51,6,170); }
H1.HeaderClassName
{
color: #3306AA;
}
.AnyTagClassName
{
color: #3306AA;
}
</style>
background-color css
<style>
a { background-color: #3306AA; }
a { background-color: rgb(51,6,170); }
div.DivClassName
{
background-color: #3306AA;
}
.BgClassName
{
background-color: #3306AA;
}
</style>
border-color css
<style>
span { border-color: #3306AA; }
span { border-color: rgb(51,6,170); }
td.TdClassName
{
border-color: #3306AA;
}
.TagClassName
{
border-color: #3306AA;
}
</style>