Shades of Ultramarine #360CAA
Tints of Ultramarine #360CAA
RGB
CMYK
RGB Variations
Color information
#360CAA (or 0x360CAA) is known color: Ultramarine. HEX triplet: 36, 0C and AA. RGB value is (54,12,170). Sum of RGB (Red+Green+Blue) = 54+12+170=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #360CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CAA is #C9F355. Grayscale: #292929. Windows color (decimal): -13235030 or 11144246. OLE color: 11144246.
HSL color Cylindrical-coordinate representation of color #360CAA: hue angle of 255.95º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CAA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 12 | 170 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.33 |
| HSL | 255.95º | 0.87% | 0.36% | - |
| HSV(B) | 255.95º | 0.93% | 0.67% | - |
| XYZ | 8.91 | 3.95 | 38.32 | - |
| YUV | 42.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 170 | 0.68 | 0.93 | 0 | 0.33 | 255.95 | 0.87 | 0.36 |
| Hex | 36 | C | AA | 44 | 5D | 0 | 21 | 100 | 57 | 24 |
| Octal | 66 | 14 | 252 | 104 | 135 | 0 | 41 | 400 | 127 | 44 |
| Binary | 110110 | 1100 | 10101010 | 1000100 | 1011101 | 0 | 100001 | 100000000 | 1010111 | 100100 |
Color Harmonies of #360CAA
Complementary color
Monochromatic Colors of #360CAA
Black with #360CAA
Text Example
Text Example
White with #360CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CAA; }
p { color: rgb(54,12,170); }
H1.HeaderClassName
{
color: #360CAA;
}
.AnyTagClassName
{
color: #360CAA;
}
</style>
background-color css
<style>
a { background-color: #360CAA; }
a { background-color: rgb(54,12,170); }
div.DivClassName
{
background-color: #360CAA;
}
.BgClassName
{
background-color: #360CAA;
}
</style>
border-color css
<style>
span { border-color: #360CAA; }
span { border-color: rgb(54,12,170); }
td.TdClassName
{
border-color: #360CAA;
}
.TagClassName
{
border-color: #360CAA;
}
</style>