Shades of Ultramarine #360DAF
Tints of Ultramarine #360DAF
RGB
CMYK
RGB Variations
Color information
#360DAF (or 0x360DAF) is known color: Ultramarine. HEX triplet: 36, 0D and AF. RGB value is (54,13,175). Sum of RGB (Red+Green+Blue) = 54+13+175=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #360DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DAF is #C9F250. Grayscale: #2B2B2B. Windows color (decimal): -13234769 or 11472182. OLE color: 11472182.
HSL color Cylindrical-coordinate representation of color #360DAF: hue angle of 255.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DAF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 13 | 175 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.31 |
| HSL | 255.19º | 0.86% | 0.37% | - |
| HSV(B) | 255.19º | 0.93% | 0.69% | - |
| XYZ | 9.4 | 4.17 | 40.87 | - |
| YUV | 43.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 175 | 0.69 | 0.93 | 0 | 0.31 | 255.19 | 0.86 | 0.37 |
| Hex | 36 | D | AF | 45 | 5D | 0 | 1F | FF | 56 | 25 |
| Octal | 66 | 15 | 257 | 105 | 135 | 0 | 37 | 377 | 126 | 45 |
| Binary | 110110 | 1101 | 10101111 | 1000101 | 1011101 | 0 | 11111 | 11111111 | 1010110 | 100101 |
Color Harmonies of #360DAF
Complementary color
Monochromatic Colors of #360DAF
Black with #360DAF
Text Example
Text Example
White with #360DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DAF; }
p { color: rgb(54,13,175); }
H1.HeaderClassName
{
color: #360DAF;
}
.AnyTagClassName
{
color: #360DAF;
}
</style>
background-color css
<style>
a { background-color: #360DAF; }
a { background-color: rgb(54,13,175); }
div.DivClassName
{
background-color: #360DAF;
}
.BgClassName
{
background-color: #360DAF;
}
</style>
border-color css
<style>
span { border-color: #360DAF; }
span { border-color: rgb(54,13,175); }
td.TdClassName
{
border-color: #360DAF;
}
.TagClassName
{
border-color: #360DAF;
}
</style>