Shades of Ultramarine #3608AB
Tints of Ultramarine #3608AB
RGB
CMYK
RGB Variations
Color information
#3608AB (or 0x3608AB) is known color: Ultramarine. HEX triplet: 36, 08 and AB. RGB value is (54,8,171). Sum of RGB (Red+Green+Blue) = 54+8+171=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #3608AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3608AB is #C9F754. Grayscale: #272727. Windows color (decimal): -13236053 or 11208758. OLE color: 11208758.
HSL color Cylindrical-coordinate representation of color #3608AB: hue angle of 256.93º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3608AB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 8 | 171 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.33 |
| HSL | 256.93º | 0.91% | 0.35% | - |
| HSV(B) | 256.93º | 0.95% | 0.67% | - |
| XYZ | 8.96 | 3.9 | 38.81 | - |
| YUV | 40.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 171 | 0.68 | 0.95 | 0 | 0.33 | 256.93 | 0.91 | 0.35 |
| Hex | 36 | 8 | AB | 44 | 5F | 0 | 21 | 101 | 5B | 23 |
| Octal | 66 | 10 | 253 | 104 | 137 | 0 | 41 | 401 | 133 | 43 |
| Binary | 110110 | 1000 | 10101011 | 1000100 | 1011111 | 0 | 100001 | 100000001 | 1011011 | 100011 |
Color Harmonies of #3608AB
Complementary color
Monochromatic Colors of #3608AB
Black with #3608AB
Text Example
Text Example
White with #3608AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608AB; }
p { color: rgb(54,8,171); }
H1.HeaderClassName
{
color: #3608AB;
}
.AnyTagClassName
{
color: #3608AB;
}
</style>
background-color css
<style>
a { background-color: #3608AB; }
a { background-color: rgb(54,8,171); }
div.DivClassName
{
background-color: #3608AB;
}
.BgClassName
{
background-color: #3608AB;
}
</style>
border-color css
<style>
span { border-color: #3608AB; }
span { border-color: rgb(54,8,171); }
td.TdClassName
{
border-color: #3608AB;
}
.TagClassName
{
border-color: #3608AB;
}
</style>