Shades of Ultramarine #240DB3
Tints of Ultramarine #240DB3
RGB
CMYK
RGB Variations
Color information
#240DB3 (or 0x240DB3) is known color: Ultramarine. HEX triplet: 24, 0D and B3. RGB value is (36,13,179). Sum of RGB (Red+Green+Blue) = 36+13+179=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 179 (70.31% from 255 or 78.51% from 228); Max value from RGB is 179 - color contains mainly: blue. Hex color #240DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DB3 is #DBF24C. Grayscale: #262626. Windows color (decimal): -14414413 or 11734308. OLE color: 11734308.
HSL color Cylindrical-coordinate representation of color #240DB3: hue angle of 248.31º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240DB3 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 13 | 179 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.30 |
| HSL | 248.31º | 0.86% | 0.38% | - |
| HSV(B) | 248.31º | 0.93% | 0.7% | - |
| XYZ | 9.01 | 3.92 | 42.93 | - |
| YUV | 38.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 179 | 0.80 | 0.93 | 0 | 0.30 | 248.31 | 0.86 | 0.38 |
| Hex | 24 | D | B3 | 50 | 5D | 0 | 1E | F8 | 56 | 26 |
| Octal | 44 | 15 | 263 | 120 | 135 | 0 | 36 | 370 | 126 | 46 |
| Binary | 100100 | 1101 | 10110011 | 1010000 | 1011101 | 0 | 11110 | 11111000 | 1010110 | 100110 |
Color Harmonies of #240DB3
Complementary color
Monochromatic Colors of #240DB3
Black with #240DB3
Text Example
Text Example
White with #240DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240DB3; }
p { color: rgb(36,13,179); }
H1.HeaderClassName
{
color: #240DB3;
}
.AnyTagClassName
{
color: #240DB3;
}
</style>
background-color css
<style>
a { background-color: #240DB3; }
a { background-color: rgb(36,13,179); }
div.DivClassName
{
background-color: #240DB3;
}
.BgClassName
{
background-color: #240DB3;
}
</style>
border-color css
<style>
span { border-color: #240DB3; }
span { border-color: rgb(36,13,179); }
td.TdClassName
{
border-color: #240DB3;
}
.TagClassName
{
border-color: #240DB3;
}
</style>