Shades of Ultramarine #2313B1
Tints of Ultramarine #2313B1
RGB
CMYK
RGB Variations
Color information
#2313B1 (or 0x2313B1) is known color: Ultramarine. HEX triplet: 23, 13 and B1. RGB value is (35,19,177). Sum of RGB (Red+Green+Blue) = 35+19+177=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #2313B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313B1 is #DCEC4E. Grayscale: #292929. Windows color (decimal): -14478415 or 11604771. OLE color: 11604771.
HSL color Cylindrical-coordinate representation of color #2313B1: hue angle of 246.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2313B1 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 19 | 177 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.31 |
| HSL | 246.08º | 0.81% | 0.38% | - |
| HSV(B) | 246.08º | 0.89% | 0.69% | - |
| XYZ | 8.86 | 4 | 41.9 | - |
| YUV | 41.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 177 | 0.80 | 0.89 | 0 | 0.31 | 246.08 | 0.81 | 0.38 |
| Hex | 23 | 13 | B1 | 50 | 59 | 0 | 1F | F6 | 51 | 26 |
| Octal | 43 | 23 | 261 | 120 | 131 | 0 | 37 | 366 | 121 | 46 |
| Binary | 100011 | 10011 | 10110001 | 1010000 | 1011001 | 0 | 11111 | 11110110 | 1010001 | 100110 |
Color Harmonies of #2313B1
Complementary color
Monochromatic Colors of #2313B1
Black with #2313B1
Text Example
Text Example
White with #2313B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2313B1; }
p { color: rgb(35,19,177); }
H1.HeaderClassName
{
color: #2313B1;
}
.AnyTagClassName
{
color: #2313B1;
}
</style>
background-color css
<style>
a { background-color: #2313B1; }
a { background-color: rgb(35,19,177); }
div.DivClassName
{
background-color: #2313B1;
}
.BgClassName
{
background-color: #2313B1;
}
</style>
border-color css
<style>
span { border-color: #2313B1; }
span { border-color: rgb(35,19,177); }
td.TdClassName
{
border-color: #2313B1;
}
.TagClassName
{
border-color: #2313B1;
}
</style>