Shades of Ultramarine #360BAF
Tints of Ultramarine #360BAF
RGB
CMYK
RGB Variations
Color information
#360BAF (or 0x360BAF) is known color: Ultramarine. HEX triplet: 36, 0B and AF. RGB value is (54,11,175). Sum of RGB (Red+Green+Blue) = 54+11+175=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #360BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAF is #C9F450. Grayscale: #292929. Windows color (decimal): -13235281 or 11471670. OLE color: 11471670.
HSL color Cylindrical-coordinate representation of color #360BAF: hue angle of 255.73º degrees, saturation: 0.88, 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 #360BAF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 11 | 175 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.31 |
| HSL | 255.73º | 0.88% | 0.36% | - |
| HSV(B) | 255.73º | 0.94% | 0.69% | - |
| XYZ | 9.38 | 4.12 | 40.86 | - |
| YUV | 42.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 175 | 0.69 | 0.94 | 0 | 0.31 | 255.73 | 0.88 | 0.36 |
| Hex | 36 | B | AF | 45 | 5E | 0 | 1F | 100 | 58 | 24 |
| Octal | 66 | 13 | 257 | 105 | 136 | 0 | 37 | 400 | 130 | 44 |
| Binary | 110110 | 1011 | 10101111 | 1000101 | 1011110 | 0 | 11111 | 100000000 | 1011000 | 100100 |
Color Harmonies of #360BAF
Complementary color
Monochromatic Colors of #360BAF
Black with #360BAF
Text Example
Text Example
White with #360BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BAF; }
p { color: rgb(54,11,175); }
H1.HeaderClassName
{
color: #360BAF;
}
.AnyTagClassName
{
color: #360BAF;
}
</style>
background-color css
<style>
a { background-color: #360BAF; }
a { background-color: rgb(54,11,175); }
div.DivClassName
{
background-color: #360BAF;
}
.BgClassName
{
background-color: #360BAF;
}
</style>
border-color css
<style>
span { border-color: #360BAF; }
span { border-color: rgb(54,11,175); }
td.TdClassName
{
border-color: #360BAF;
}
.TagClassName
{
border-color: #360BAF;
}
</style>