Shades of Ultramarine #3608BD
Tints of Ultramarine #3608BD
RGB
CMYK
RGB Variations
Color information
#3608BD (or 0x3608BD) is known color: Ultramarine. HEX triplet: 36, 08 and BD. RGB value is (54,8,189). Sum of RGB (Red+Green+Blue) = 54+8+189=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3608BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608BD is #C9F742. Grayscale: #292929. Windows color (decimal): -13236035 or 12388406. OLE color: 12388406.
HSL color Cylindrical-coordinate representation of color #3608BD: hue angle of 255.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608BD is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 8 | 189 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.26 |
| HSL | 255.25º | 0.92% | 0.39% | - |
| HSV(B) | 255.25º | 0.96% | 0.74% | - |
| XYZ | 10.79 | 4.63 | 48.47 | - |
| YUV | 42.39 | 210.74 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 189 | 0.71 | 0.96 | 0 | 0.26 | 255.25 | 0.92 | 0.39 |
| Hex | 36 | 8 | BD | 47 | 60 | 0 | 1A | FF | 5C | 27 |
| Octal | 66 | 10 | 275 | 107 | 140 | 0 | 32 | 377 | 134 | 47 |
| Binary | 110110 | 1000 | 10111101 | 1000111 | 1100000 | 0 | 11010 | 11111111 | 1011100 | 100111 |
Color Harmonies of #3608BD
Complementary color
Monochromatic Colors of #3608BD
Black with #3608BD
Text Example
Text Example
White with #3608BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608BD; }
p { color: rgb(54,8,189); }
H1.HeaderClassName
{
color: #3608BD;
}
.AnyTagClassName
{
color: #3608BD;
}
</style>
background-color css
<style>
a { background-color: #3608BD; }
a { background-color: rgb(54,8,189); }
div.DivClassName
{
background-color: #3608BD;
}
.BgClassName
{
background-color: #3608BD;
}
</style>
border-color css
<style>
span { border-color: #3608BD; }
span { border-color: rgb(54,8,189); }
td.TdClassName
{
border-color: #3608BD;
}
.TagClassName
{
border-color: #3608BD;
}
</style>