Shades of Ultramarine #23278F
Tints of Ultramarine #23278F
RGB
CMYK
RGB Variations
Color information
#23278F (or 0x23278F) is known color: Ultramarine. HEX triplet: 23, 27 and 8F. RGB value is (35,39,143). Sum of RGB (Red+Green+Blue) = 35+39+143=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #23278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23278F is #DCD870. Grayscale: #313131. Windows color (decimal): -14473329 or 9381667. OLE color: 9381667.
HSL color Cylindrical-coordinate representation of color #23278F: hue angle of 237.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23278F is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 39 | 143 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.44 |
| HSL | 237.78º | 0.61% | 0.35% | - |
| HSV(B) | 237.78º | 0.76% | 0.56% | - |
| XYZ | 6.38 | 3.79 | 26.38 | - |
| YUV | 49.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 143 | 0.76 | 0.73 | 0 | 0.44 | 237.78 | 0.61 | 0.35 |
| Hex | 23 | 27 | 8F | 4C | 49 | 0 | 2C | EE | 3D | 23 |
| Octal | 43 | 47 | 217 | 114 | 111 | 0 | 54 | 356 | 75 | 43 |
| Binary | 100011 | 100111 | 10001111 | 1001100 | 1001001 | 0 | 101100 | 11101110 | 111101 | 100011 |
Color Harmonies of #23278F
Complementary color
Monochromatic Colors of #23278F
Black with #23278F
Text Example
Text Example
White with #23278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23278F; }
p { color: rgb(35,39,143); }
H1.HeaderClassName
{
color: #23278F;
}
.AnyTagClassName
{
color: #23278F;
}
</style>
background-color css
<style>
a { background-color: #23278F; }
a { background-color: rgb(35,39,143); }
div.DivClassName
{
background-color: #23278F;
}
.BgClassName
{
background-color: #23278F;
}
</style>
border-color css
<style>
span { border-color: #23278F; }
span { border-color: rgb(35,39,143); }
td.TdClassName
{
border-color: #23278F;
}
.TagClassName
{
border-color: #23278F;
}
</style>