Shades of Ultramarine #240395
Tints of Ultramarine #240395
RGB
CMYK
RGB Variations
Color information
#240395 (or 0x240395) is known color: Ultramarine. HEX triplet: 24, 03 and 95. RGB value is (36,3,149). Sum of RGB (Red+Green+Blue) = 36+3+149=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #240395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240395 is #DBFC6A. Grayscale: #1C1C1C. Windows color (decimal): -14417003 or 9765668. OLE color: 9765668.
HSL color Cylindrical-coordinate representation of color #240395: hue angle of 253.56º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240395 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 3 | 149 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.42 |
| HSL | 253.56º | 0.96% | 0.3% | - |
| HSV(B) | 253.56º | 0.98% | 0.58% | - |
| XYZ | 6.18 | 2.61 | 28.61 | - |
| YUV | 29.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 149 | 0.76 | 0.98 | 0 | 0.42 | 253.56 | 0.96 | 0.3 |
| Hex | 24 | 3 | 95 | 4C | 62 | 0 | 2A | FE | 60 | 1E |
| Octal | 44 | 3 | 225 | 114 | 142 | 0 | 52 | 376 | 140 | 36 |
| Binary | 100100 | 11 | 10010101 | 1001100 | 1100010 | 0 | 101010 | 11111110 | 1100000 | 11110 |
Color Harmonies of #240395
Complementary color
Monochromatic Colors of #240395
Black with #240395
Text Example
Text Example
White with #240395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240395; }
p { color: rgb(36,3,149); }
H1.HeaderClassName
{
color: #240395;
}
.AnyTagClassName
{
color: #240395;
}
</style>
background-color css
<style>
a { background-color: #240395; }
a { background-color: rgb(36,3,149); }
div.DivClassName
{
background-color: #240395;
}
.BgClassName
{
background-color: #240395;
}
</style>
border-color css
<style>
span { border-color: #240395; }
span { border-color: rgb(36,3,149); }
td.TdClassName
{
border-color: #240395;
}
.TagClassName
{
border-color: #240395;
}
</style>