Shades of Ultramarine #2317B1
Tints of Ultramarine #2317B1
RGB
CMYK
RGB Variations
Color information
#2317B1 (or 0x2317B1) is known color: Ultramarine. HEX triplet: 23, 17 and B1. RGB value is (35,23,177). Sum of RGB (Red+Green+Blue) = 35+23+177=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #2317B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2317B1 is #DCE84E. Grayscale: #2B2B2B. Windows color (decimal): -14477391 or 11605795. OLE color: 11605795.
HSL color Cylindrical-coordinate representation of color #2317B1: hue angle of 244.68º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2317B1 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 23 | 177 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.31 |
| HSL | 244.68º | 0.77% | 0.39% | - |
| HSV(B) | 244.68º | 0.87% | 0.69% | - |
| XYZ | 8.94 | 4.14 | 41.92 | - |
| YUV | 44.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 177 | 0.80 | 0.87 | 0 | 0.31 | 244.68 | 0.77 | 0.39 |
| Hex | 23 | 17 | B1 | 50 | 57 | 0 | 1F | F5 | 4D | 27 |
| Octal | 43 | 27 | 261 | 120 | 127 | 0 | 37 | 365 | 115 | 47 |
| Binary | 100011 | 10111 | 10110001 | 1010000 | 1010111 | 0 | 11111 | 11110101 | 1001101 | 100111 |
Color Harmonies of #2317B1
Complementary color
Monochromatic Colors of #2317B1
Black with #2317B1
Text Example
Text Example
White with #2317B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2317B1; }
p { color: rgb(35,23,177); }
H1.HeaderClassName
{
color: #2317B1;
}
.AnyTagClassName
{
color: #2317B1;
}
</style>
background-color css
<style>
a { background-color: #2317B1; }
a { background-color: rgb(35,23,177); }
div.DivClassName
{
background-color: #2317B1;
}
.BgClassName
{
background-color: #2317B1;
}
</style>
border-color css
<style>
span { border-color: #2317B1; }
span { border-color: rgb(35,23,177); }
td.TdClassName
{
border-color: #2317B1;
}
.TagClassName
{
border-color: #2317B1;
}
</style>