Shades of Ultramarine #3309A4
Tints of Ultramarine #3309A4
RGB
CMYK
RGB Variations
Color information
#3309A4 (or 0x3309A4) is known color: Ultramarine. HEX triplet: 33, 09 and A4. RGB value is (51,9,164). Sum of RGB (Red+Green+Blue) = 51+9+164=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #3309A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3309A4 is #CCF65B. Grayscale: #262626. Windows color (decimal): -13432412 or 10750259. OLE color: 10750259.
HSL color Cylindrical-coordinate representation of color #3309A4: hue angle of 256.26º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3309A4 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 9 | 164 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.36 |
| HSL | 256.26º | 0.9% | 0.34% | - |
| HSV(B) | 256.26º | 0.95% | 0.64% | - |
| XYZ | 8.16 | 3.58 | 35.38 | - |
| YUV | 39.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 164 | 0.69 | 0.95 | 0 | 0.36 | 256.26 | 0.9 | 0.34 |
| Hex | 33 | 9 | A4 | 45 | 5F | 0 | 24 | 100 | 5A | 22 |
| Octal | 63 | 11 | 244 | 105 | 137 | 0 | 44 | 400 | 132 | 42 |
| Binary | 110011 | 1001 | 10100100 | 1000101 | 1011111 | 0 | 100100 | 100000000 | 1011010 | 100010 |
Color Harmonies of #3309A4
Complementary color
Monochromatic Colors of #3309A4
Black with #3309A4
Text Example
Text Example
White with #3309A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3309A4; }
p { color: rgb(51,9,164); }
H1.HeaderClassName
{
color: #3309A4;
}
.AnyTagClassName
{
color: #3309A4;
}
</style>
background-color css
<style>
a { background-color: #3309A4; }
a { background-color: rgb(51,9,164); }
div.DivClassName
{
background-color: #3309A4;
}
.BgClassName
{
background-color: #3309A4;
}
</style>
border-color css
<style>
span { border-color: #3309A4; }
span { border-color: rgb(51,9,164); }
td.TdClassName
{
border-color: #3309A4;
}
.TagClassName
{
border-color: #3309A4;
}
</style>