Shades of Ultramarine #360AAF
Tints of Ultramarine #360AAF
RGB
CMYK
RGB Variations
Color information
#360AAF (or 0x360AAF) is known color: Ultramarine. HEX triplet: 36, 0A and AF. RGB value is (54,10,175). Sum of RGB (Red+Green+Blue) = 54+10+175=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #360AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360AAF is #C9F550. Grayscale: #292929. Windows color (decimal): -13235537 or 11471414. OLE color: 11471414.
HSL color Cylindrical-coordinate representation of color #360AAF: hue angle of 256º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360AAF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 10 | 175 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.31 |
| HSL | 256º | 0.89% | 0.36% | - |
| HSV(B) | 256º | 0.94% | 0.69% | - |
| XYZ | 9.37 | 4.1 | 40.85 | - |
| YUV | 41.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 175 | 0.69 | 0.94 | 0 | 0.31 | 256 | 0.89 | 0.36 |
| Hex | 36 | A | AF | 45 | 5E | 0 | 1F | 100 | 59 | 24 |
| Octal | 66 | 12 | 257 | 105 | 136 | 0 | 37 | 400 | 131 | 44 |
| Binary | 110110 | 1010 | 10101111 | 1000101 | 1011110 | 0 | 11111 | 100000000 | 1011001 | 100100 |
Color Harmonies of #360AAF
Complementary color
Monochromatic Colors of #360AAF
Black with #360AAF
Text Example
Text Example
White with #360AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AAF; }
p { color: rgb(54,10,175); }
H1.HeaderClassName
{
color: #360AAF;
}
.AnyTagClassName
{
color: #360AAF;
}
</style>
background-color css
<style>
a { background-color: #360AAF; }
a { background-color: rgb(54,10,175); }
div.DivClassName
{
background-color: #360AAF;
}
.BgClassName
{
background-color: #360AAF;
}
</style>
border-color css
<style>
span { border-color: #360AAF; }
span { border-color: rgb(54,10,175); }
td.TdClassName
{
border-color: #360AAF;
}
.TagClassName
{
border-color: #360AAF;
}
</style>