Shades of Ultramarine #360DAE
Tints of Ultramarine #360DAE
RGB
CMYK
RGB Variations
Color information
#360DAE (or 0x360DAE) is known color: Ultramarine. HEX triplet: 36, 0D and AE. RGB value is (54,13,174). Sum of RGB (Red+Green+Blue) = 54+13+174=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #360DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360DAE is #C9F251. Grayscale: #2B2B2B. Windows color (decimal): -13234770 or 11406646. OLE color: 11406646.
HSL color Cylindrical-coordinate representation of color #360DAE: hue angle of 255.28º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DAE is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 13 | 174 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.32 |
| HSL | 255.28º | 0.86% | 0.37% | - |
| HSV(B) | 255.28º | 0.93% | 0.68% | - |
| XYZ | 9.31 | 4.13 | 40.35 | - |
| YUV | 43.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 174 | 0.69 | 0.93 | 0 | 0.32 | 255.28 | 0.86 | 0.37 |
| Hex | 36 | D | AE | 45 | 5D | 0 | 20 | FF | 56 | 25 |
| Octal | 66 | 15 | 256 | 105 | 135 | 0 | 40 | 377 | 126 | 45 |
| Binary | 110110 | 1101 | 10101110 | 1000101 | 1011101 | 0 | 100000 | 11111111 | 1010110 | 100101 |
Color Harmonies of #360DAE
Complementary color
Monochromatic Colors of #360DAE
Black with #360DAE
Text Example
Text Example
White with #360DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DAE; }
p { color: rgb(54,13,174); }
H1.HeaderClassName
{
color: #360DAE;
}
.AnyTagClassName
{
color: #360DAE;
}
</style>
background-color css
<style>
a { background-color: #360DAE; }
a { background-color: rgb(54,13,174); }
div.DivClassName
{
background-color: #360DAE;
}
.BgClassName
{
background-color: #360DAE;
}
</style>
border-color css
<style>
span { border-color: #360DAE; }
span { border-color: rgb(54,13,174); }
td.TdClassName
{
border-color: #360DAE;
}
.TagClassName
{
border-color: #360DAE;
}
</style>