Shades of Ultramarine #3506B8
Tints of Ultramarine #3506B8
RGB
CMYK
RGB Variations
Color information
#3506B8 (or 0x3506B8) is known color: Ultramarine. HEX triplet: 35, 06 and B8. RGB value is (53,6,184). Sum of RGB (Red+Green+Blue) = 53+6+184=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #3506B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506B8 is #CAF947. Grayscale: #272727. Windows color (decimal): -13302088 or 12060213. OLE color: 12060213.
HSL color Cylindrical-coordinate representation of color #3506B8: hue angle of 255.84º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3506B8 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 6 | 184 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.28 |
| HSL | 255.84º | 0.94% | 0.37% | - |
| HSV(B) | 255.84º | 0.97% | 0.72% | - |
| XYZ | 10.19 | 4.35 | 45.65 | - |
| YUV | 40.35 | 209.07 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 184 | 0.71 | 0.97 | 0 | 0.28 | 255.84 | 0.94 | 0.37 |
| Hex | 35 | 6 | B8 | 47 | 61 | 0 | 1C | 100 | 5E | 25 |
| Octal | 65 | 6 | 270 | 107 | 141 | 0 | 34 | 400 | 136 | 45 |
| Binary | 110101 | 110 | 10111000 | 1000111 | 1100001 | 0 | 11100 | 100000000 | 1011110 | 100101 |
Color Harmonies of #3506B8
Complementary color
Monochromatic Colors of #3506B8
Black with #3506B8
Text Example
Text Example
White with #3506B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3506B8; }
p { color: rgb(53,6,184); }
H1.HeaderClassName
{
color: #3506B8;
}
.AnyTagClassName
{
color: #3506B8;
}
</style>
background-color css
<style>
a { background-color: #3506B8; }
a { background-color: rgb(53,6,184); }
div.DivClassName
{
background-color: #3506B8;
}
.BgClassName
{
background-color: #3506B8;
}
</style>
border-color css
<style>
span { border-color: #3506B8; }
span { border-color: rgb(53,6,184); }
td.TdClassName
{
border-color: #3506B8;
}
.TagClassName
{
border-color: #3506B8;
}
</style>