Shades of Ultramarine #3608BC
Tints of Ultramarine #3608BC
RGB
CMYK
RGB Variations
Color information
#3608BC (or 0x3608BC) is known color: Ultramarine. HEX triplet: 36, 08 and BC. RGB value is (54,8,188). Sum of RGB (Red+Green+Blue) = 54+8+188=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #3608BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608BC is #C9F743. Grayscale: #292929. Windows color (decimal): -13236036 or 12322870. OLE color: 12322870.
HSL color Cylindrical-coordinate representation of color #3608BC: hue angle of 255.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608BC is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 8 | 188 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.26 |
| HSL | 255.33º | 0.92% | 0.38% | - |
| HSV(B) | 255.33º | 0.96% | 0.74% | - |
| XYZ | 10.69 | 4.59 | 47.9 | - |
| YUV | 42.27 | 210.24 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 188 | 0.71 | 0.96 | 0 | 0.26 | 255.33 | 0.92 | 0.38 |
| Hex | 36 | 8 | BC | 47 | 60 | 0 | 1A | FF | 5C | 26 |
| Octal | 66 | 10 | 274 | 107 | 140 | 0 | 32 | 377 | 134 | 46 |
| Binary | 110110 | 1000 | 10111100 | 1000111 | 1100000 | 0 | 11010 | 11111111 | 1011100 | 100110 |
Color Harmonies of #3608BC
Complementary color
Monochromatic Colors of #3608BC
Black with #3608BC
Text Example
Text Example
White with #3608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608BC; }
p { color: rgb(54,8,188); }
H1.HeaderClassName
{
color: #3608BC;
}
.AnyTagClassName
{
color: #3608BC;
}
</style>
background-color css
<style>
a { background-color: #3608BC; }
a { background-color: rgb(54,8,188); }
div.DivClassName
{
background-color: #3608BC;
}
.BgClassName
{
background-color: #3608BC;
}
</style>
border-color css
<style>
span { border-color: #3608BC; }
span { border-color: rgb(54,8,188); }
td.TdClassName
{
border-color: #3608BC;
}
.TagClassName
{
border-color: #3608BC;
}
</style>