Shades of Ultramarine #231CAA
Tints of Ultramarine #231CAA
RGB
CMYK
RGB Variations
Color information
#231CAA (or 0x231CAA) is known color: Ultramarine. HEX triplet: 23, 1C and AA. RGB value is (35,28,170). Sum of RGB (Red+Green+Blue) = 35+28+170=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #231CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAA is #DCE355. Grayscale: #2D2D2D. Windows color (decimal): -14476118 or 11148323. OLE color: 11148323.
HSL color Cylindrical-coordinate representation of color #231CAA: hue angle of 242.96º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CAA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 28 | 170 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.33 |
| HSL | 242.96º | 0.72% | 0.39% | - |
| HSV(B) | 242.96º | 0.84% | 0.67% | - |
| XYZ | 8.36 | 4.09 | 38.38 | - |
| YUV | 46.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 170 | 0.79 | 0.84 | 0 | 0.33 | 242.96 | 0.72 | 0.39 |
| Hex | 23 | 1C | AA | 4F | 54 | 0 | 21 | F3 | 48 | 27 |
| Octal | 43 | 34 | 252 | 117 | 124 | 0 | 41 | 363 | 110 | 47 |
| Binary | 100011 | 11100 | 10101010 | 1001111 | 1010100 | 0 | 100001 | 11110011 | 1001000 | 100111 |
Color Harmonies of #231CAA
Complementary color
Monochromatic Colors of #231CAA
Black with #231CAA
Text Example
Text Example
White with #231CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CAA; }
p { color: rgb(35,28,170); }
H1.HeaderClassName
{
color: #231CAA;
}
.AnyTagClassName
{
color: #231CAA;
}
</style>
background-color css
<style>
a { background-color: #231CAA; }
a { background-color: rgb(35,28,170); }
div.DivClassName
{
background-color: #231CAA;
}
.BgClassName
{
background-color: #231CAA;
}
</style>
border-color css
<style>
span { border-color: #231CAA; }
span { border-color: rgb(35,28,170); }
td.TdClassName
{
border-color: #231CAA;
}
.TagClassName
{
border-color: #231CAA;
}
</style>