Shades of Persian Blue #241DBB
Tints of Persian Blue #241DBB
RGB
CMYK
RGB Variations
Color information
#241DBB (or 0x241DBB) is known color: Persian Blue. HEX triplet: 24, 1D and BB. RGB value is (36,29,187). Sum of RGB (Red+Green+Blue) = 36+29+187=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #241DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DBB is #DBE244. Grayscale: #303030. Windows color (decimal): -14410309 or 12262692. OLE color: 12262692.
HSL color Cylindrical-coordinate representation of color #241DBB: hue angle of 242.66º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241DBB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 29 | 187 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.27 |
| HSL | 242.66º | 0.73% | 0.42% | - |
| HSV(B) | 242.66º | 0.84% | 0.73% | - |
| XYZ | 10.14 | 4.84 | 47.41 | - |
| YUV | 49.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 187 | 0.81 | 0.84 | 0 | 0.27 | 242.66 | 0.73 | 0.42 |
| Hex | 24 | 1D | BB | 51 | 54 | 0 | 1B | F3 | 49 | 2A |
| Octal | 44 | 35 | 273 | 121 | 124 | 0 | 33 | 363 | 111 | 52 |
| Binary | 100100 | 11101 | 10111011 | 1010001 | 1010100 | 0 | 11011 | 11110011 | 1001001 | 101010 |
Color Harmonies of #241DBB
Complementary color
Monochromatic Colors of #241DBB
Black with #241DBB
Text Example
Text Example
White with #241DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DBB; }
p { color: rgb(36,29,187); }
H1.HeaderClassName
{
color: #241DBB;
}
.AnyTagClassName
{
color: #241DBB;
}
</style>
background-color css
<style>
a { background-color: #241DBB; }
a { background-color: rgb(36,29,187); }
div.DivClassName
{
background-color: #241DBB;
}
.BgClassName
{
background-color: #241DBB;
}
</style>
border-color css
<style>
span { border-color: #241DBB; }
span { border-color: rgb(36,29,187); }
td.TdClassName
{
border-color: #241DBB;
}
.TagClassName
{
border-color: #241DBB;
}
</style>