Shades of Ultramarine #3608AC
Tints of Ultramarine #3608AC
RGB
CMYK
RGB Variations
Color information
#3608AC (or 0x3608AC) is known color: Ultramarine. HEX triplet: 36, 08 and AC. RGB value is (54,8,172). Sum of RGB (Red+Green+Blue) = 54+8+172=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #3608AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3608AC is #C9F753. Grayscale: #272727. Windows color (decimal): -13236052 or 11274294. OLE color: 11274294.
HSL color Cylindrical-coordinate representation of color #3608AC: hue angle of 256.83º 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 #3608AC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 8 | 172 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.33 |
| HSL | 256.83º | 0.91% | 0.35% | - |
| HSV(B) | 256.83º | 0.95% | 0.67% | - |
| XYZ | 9.05 | 3.94 | 39.31 | - |
| YUV | 40.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 172 | 0.69 | 0.95 | 0 | 0.33 | 256.83 | 0.91 | 0.35 |
| Hex | 36 | 8 | AC | 45 | 5F | 0 | 21 | 101 | 5B | 23 |
| Octal | 66 | 10 | 254 | 105 | 137 | 0 | 41 | 401 | 133 | 43 |
| Binary | 110110 | 1000 | 10101100 | 1000101 | 1011111 | 0 | 100001 | 100000001 | 1011011 | 100011 |
Color Harmonies of #3608AC
Complementary color
Monochromatic Colors of #3608AC
Black with #3608AC
Text Example
Text Example
White with #3608AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608AC; }
p { color: rgb(54,8,172); }
H1.HeaderClassName
{
color: #3608AC;
}
.AnyTagClassName
{
color: #3608AC;
}
</style>
background-color css
<style>
a { background-color: #3608AC; }
a { background-color: rgb(54,8,172); }
div.DivClassName
{
background-color: #3608AC;
}
.BgClassName
{
background-color: #3608AC;
}
</style>
border-color css
<style>
span { border-color: #3608AC; }
span { border-color: rgb(54,8,172); }
td.TdClassName
{
border-color: #3608AC;
}
.TagClassName
{
border-color: #3608AC;
}
</style>