Shades of Ultramarine #360FAA
Tints of Ultramarine #360FAA
RGB
CMYK
RGB Variations
Color information
#360FAA (or 0x360FAA) is known color: Ultramarine. HEX triplet: 36, 0F and AA. RGB value is (54,15,170). Sum of RGB (Red+Green+Blue) = 54+15+170=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #360FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FAA is #C9F055. Grayscale: #2B2B2B. Windows color (decimal): -13234262 or 11145014. OLE color: 11145014.
HSL color Cylindrical-coordinate representation of color #360FAA: hue angle of 255.1º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360FAA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 15 | 170 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.33 |
| HSL | 255.1º | 0.84% | 0.36% | - |
| HSV(B) | 255.1º | 0.91% | 0.67% | - |
| XYZ | 8.95 | 4.03 | 38.34 | - |
| YUV | 44.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 170 | 0.68 | 0.91 | 0 | 0.33 | 255.1 | 0.84 | 0.36 |
| Hex | 36 | F | AA | 44 | 5B | 0 | 21 | FF | 54 | 24 |
| Octal | 66 | 17 | 252 | 104 | 133 | 0 | 41 | 377 | 124 | 44 |
| Binary | 110110 | 1111 | 10101010 | 1000100 | 1011011 | 0 | 100001 | 11111111 | 1010100 | 100100 |
Color Harmonies of #360FAA
Complementary color
Monochromatic Colors of #360FAA
Black with #360FAA
Text Example
Text Example
White with #360FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FAA; }
p { color: rgb(54,15,170); }
H1.HeaderClassName
{
color: #360FAA;
}
.AnyTagClassName
{
color: #360FAA;
}
</style>
background-color css
<style>
a { background-color: #360FAA; }
a { background-color: rgb(54,15,170); }
div.DivClassName
{
background-color: #360FAA;
}
.BgClassName
{
background-color: #360FAA;
}
</style>
border-color css
<style>
span { border-color: #360FAA; }
span { border-color: rgb(54,15,170); }
td.TdClassName
{
border-color: #360FAA;
}
.TagClassName
{
border-color: #360FAA;
}
</style>