Shades of Ultramarine #360DAA
Tints of Ultramarine #360DAA
RGB
CMYK
RGB Variations
Color information
#360DAA (or 0x360DAA) is known color: Ultramarine. HEX triplet: 36, 0D and AA. RGB value is (54,13,170). Sum of RGB (Red+Green+Blue) = 54+13+170=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #360DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DAA is #C9F255. Grayscale: #2A2A2A. Windows color (decimal): -13234774 or 11144502. OLE color: 11144502.
HSL color Cylindrical-coordinate representation of color #360DAA: hue angle of 255.67º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360DAA is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 13 | 170 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.33 |
| HSL | 255.67º | 0.86% | 0.36% | - |
| HSV(B) | 255.67º | 0.92% | 0.67% | - |
| XYZ | 8.92 | 3.97 | 38.33 | - |
| YUV | 43.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 170 | 0.68 | 0.92 | 0 | 0.33 | 255.67 | 0.86 | 0.36 |
| Hex | 36 | D | AA | 44 | 5C | 0 | 21 | 100 | 56 | 24 |
| Octal | 66 | 15 | 252 | 104 | 134 | 0 | 41 | 400 | 126 | 44 |
| Binary | 110110 | 1101 | 10101010 | 1000100 | 1011100 | 0 | 100001 | 100000000 | 1010110 | 100100 |
Color Harmonies of #360DAA
Complementary color
Monochromatic Colors of #360DAA
Black with #360DAA
Text Example
Text Example
White with #360DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DAA; }
p { color: rgb(54,13,170); }
H1.HeaderClassName
{
color: #360DAA;
}
.AnyTagClassName
{
color: #360DAA;
}
</style>
background-color css
<style>
a { background-color: #360DAA; }
a { background-color: rgb(54,13,170); }
div.DivClassName
{
background-color: #360DAA;
}
.BgClassName
{
background-color: #360DAA;
}
</style>
border-color css
<style>
span { border-color: #360DAA; }
span { border-color: rgb(54,13,170); }
td.TdClassName
{
border-color: #360DAA;
}
.TagClassName
{
border-color: #360DAA;
}
</style>