Shades of Ultramarine #23239C
Tints of Ultramarine #23239C
RGB
CMYK
RGB Variations
Color information
#23239C (or 0x23239C) is known color: Ultramarine. HEX triplet: 23, 23 and 9C. RGB value is (35,35,156). Sum of RGB (Red+Green+Blue) = 35+35+156=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #23239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23239C is #DCDC63. Grayscale: #303030. Windows color (decimal): -14474340 or 10232611. OLE color: 10232611.
HSL color Cylindrical-coordinate representation of color #23239C: hue angle of 240º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23239C is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 35 | 156 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.39 |
| HSL | 240º | 0.63% | 0.37% | - |
| HSV(B) | 240º | 0.78% | 0.61% | - |
| XYZ | 7.29 | 3.96 | 31.83 | - |
| YUV | 48.79 | 188.5 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 156 | 0.78 | 0.78 | 0 | 0.39 | 240 | 0.63 | 0.37 |
| Hex | 23 | 23 | 9C | 4E | 4E | 0 | 27 | F0 | 3F | 25 |
| Octal | 43 | 43 | 234 | 116 | 116 | 0 | 47 | 360 | 77 | 45 |
| Binary | 100011 | 100011 | 10011100 | 1001110 | 1001110 | 0 | 100111 | 11110000 | 111111 | 100101 |
Color Harmonies of #23239C
Complementary color
Monochromatic Colors of #23239C
Black with #23239C
Text Example
Text Example
White with #23239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23239C; }
p { color: rgb(35,35,156); }
H1.HeaderClassName
{
color: #23239C;
}
.AnyTagClassName
{
color: #23239C;
}
</style>
background-color css
<style>
a { background-color: #23239C; }
a { background-color: rgb(35,35,156); }
div.DivClassName
{
background-color: #23239C;
}
.BgClassName
{
background-color: #23239C;
}
</style>
border-color css
<style>
span { border-color: #23239C; }
span { border-color: rgb(35,35,156); }
td.TdClassName
{
border-color: #23239C;
}
.TagClassName
{
border-color: #23239C;
}
</style>