Shades of Persian Blue #242FBA
Tints of Persian Blue #242FBA
RGB
CMYK
RGB Variations
Color information
#242FBA (or 0x242FBA) is known color: Persian Blue. HEX triplet: 24, 2F and BA. RGB value is (36,47,186). Sum of RGB (Red+Green+Blue) = 36+47+186=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #242FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FBA is #DBD045. Grayscale: #3A3A3A. Windows color (decimal): -14405702 or 12201764. OLE color: 12201764.
HSL color Cylindrical-coordinate representation of color #242FBA: hue angle of 235.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242FBA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 47 | 186 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.27 |
| HSL | 235.6º | 0.68% | 0.44% | - |
| HSV(B) | 235.6º | 0.81% | 0.73% | - |
| XYZ | 10.61 | 5.95 | 47.04 | - |
| YUV | 59.56 | 199.36 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 186 | 0.81 | 0.75 | 0 | 0.27 | 235.6 | 0.68 | 0.44 |
| Hex | 24 | 2F | BA | 51 | 4B | 0 | 1B | EC | 44 | 2C |
| Octal | 44 | 57 | 272 | 121 | 113 | 0 | 33 | 354 | 104 | 54 |
| Binary | 100100 | 101111 | 10111010 | 1010001 | 1001011 | 0 | 11011 | 11101100 | 1000100 | 101100 |
Color Harmonies of #242FBA
Complementary color
Monochromatic Colors of #242FBA
Black with #242FBA
Text Example
Text Example
White with #242FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FBA; }
p { color: rgb(36,47,186); }
H1.HeaderClassName
{
color: #242FBA;
}
.AnyTagClassName
{
color: #242FBA;
}
</style>
background-color css
<style>
a { background-color: #242FBA; }
a { background-color: rgb(36,47,186); }
div.DivClassName
{
background-color: #242FBA;
}
.BgClassName
{
background-color: #242FBA;
}
</style>
border-color css
<style>
span { border-color: #242FBA; }
span { border-color: rgb(36,47,186); }
td.TdClassName
{
border-color: #242FBA;
}
.TagClassName
{
border-color: #242FBA;
}
</style>