Shades of Persian Blue #242DB5
Tints of Persian Blue #242DB5
RGB
CMYK
RGB Variations
Color information
#242DB5 (or 0x242DB5) is known color: Persian Blue. HEX triplet: 24, 2D and B5. RGB value is (36,45,181). Sum of RGB (Red+Green+Blue) = 36+45+181=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #242DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DB5 is #DBD24A. Grayscale: #393939. Windows color (decimal): -14406219 or 11873572. OLE color: 11873572.
HSL color Cylindrical-coordinate representation of color #242DB5: hue angle of 236.28º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242DB5 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 45 | 181 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.29 |
| HSL | 236.28º | 0.67% | 0.43% | - |
| HSV(B) | 236.28º | 0.8% | 0.71% | - |
| XYZ | 10.01 | 5.59 | 44.27 | - |
| YUV | 57.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 181 | 0.80 | 0.75 | 0 | 0.29 | 236.28 | 0.67 | 0.43 |
| Hex | 24 | 2D | B5 | 50 | 4B | 0 | 1D | EC | 43 | 2B |
| Octal | 44 | 55 | 265 | 120 | 113 | 0 | 35 | 354 | 103 | 53 |
| Binary | 100100 | 101101 | 10110101 | 1010000 | 1001011 | 0 | 11101 | 11101100 | 1000011 | 101011 |
Color Harmonies of #242DB5
Complementary color
Monochromatic Colors of #242DB5
Black with #242DB5
Text Example
Text Example
White with #242DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DB5; }
p { color: rgb(36,45,181); }
H1.HeaderClassName
{
color: #242DB5;
}
.AnyTagClassName
{
color: #242DB5;
}
</style>
background-color css
<style>
a { background-color: #242DB5; }
a { background-color: rgb(36,45,181); }
div.DivClassName
{
background-color: #242DB5;
}
.BgClassName
{
background-color: #242DB5;
}
</style>
border-color css
<style>
span { border-color: #242DB5; }
span { border-color: rgb(36,45,181); }
td.TdClassName
{
border-color: #242DB5;
}
.TagClassName
{
border-color: #242DB5;
}
</style>