Shades of Ultramarine #2310B7
Tints of Ultramarine #2310B7
RGB
CMYK
RGB Variations
Color information
#2310B7 (or 0x2310B7) is known color: Ultramarine. HEX triplet: 23, 10 and B7. RGB value is (35,16,183). Sum of RGB (Red+Green+Blue) = 35+16+183=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #2310B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2310B7 is #DCEF48. Grayscale: #282828. Windows color (decimal): -14479177 or 11997219. OLE color: 11997219.
HSL color Cylindrical-coordinate representation of color #2310B7: hue angle of 246.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2310B7 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 16 | 183 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.28 |
| HSL | 246.83º | 0.84% | 0.39% | - |
| HSV(B) | 246.83º | 0.91% | 0.72% | - |
| XYZ | 9.43 | 4.15 | 45.1 | - |
| YUV | 40.72 | 208.29 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 183 | 0.81 | 0.91 | 0 | 0.28 | 246.83 | 0.84 | 0.39 |
| Hex | 23 | 10 | B7 | 51 | 5B | 0 | 1C | F7 | 54 | 27 |
| Octal | 43 | 20 | 267 | 121 | 133 | 0 | 34 | 367 | 124 | 47 |
| Binary | 100011 | 10000 | 10110111 | 1010001 | 1011011 | 0 | 11100 | 11110111 | 1010100 | 100111 |
Color Harmonies of #2310B7
Complementary color
Monochromatic Colors of #2310B7
Black with #2310B7
Text Example
Text Example
White with #2310B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310B7; }
p { color: rgb(35,16,183); }
H1.HeaderClassName
{
color: #2310B7;
}
.AnyTagClassName
{
color: #2310B7;
}
</style>
background-color css
<style>
a { background-color: #2310B7; }
a { background-color: rgb(35,16,183); }
div.DivClassName
{
background-color: #2310B7;
}
.BgClassName
{
background-color: #2310B7;
}
</style>
border-color css
<style>
span { border-color: #2310B7; }
span { border-color: rgb(35,16,183); }
td.TdClassName
{
border-color: #2310B7;
}
.TagClassName
{
border-color: #2310B7;
}
</style>