Shades of Persian Blue #2430BB
Tints of Persian Blue #2430BB
RGB
CMYK
RGB Variations
Color information
#2430BB (or 0x2430BB) is known color: Persian Blue. HEX triplet: 24, 30 and BB. RGB value is (36,48,187). Sum of RGB (Red+Green+Blue) = 36+48+187=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #2430BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2430BB is #DBCF44. Grayscale: #3B3B3B. Windows color (decimal): -14405445 or 12267556. OLE color: 12267556.
HSL color Cylindrical-coordinate representation of color #2430BB: hue angle of 235.23º 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 #2430BB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 48 | 187 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.27 |
| HSL | 235.23º | 0.68% | 0.44% | - |
| HSV(B) | 235.23º | 0.81% | 0.73% | - |
| XYZ | 10.75 | 6.08 | 47.62 | - |
| YUV | 60.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 187 | 0.81 | 0.74 | 0 | 0.27 | 235.23 | 0.68 | 0.44 |
| Hex | 24 | 30 | BB | 51 | 4A | 0 | 1B | EB | 44 | 2C |
| Octal | 44 | 60 | 273 | 121 | 112 | 0 | 33 | 353 | 104 | 54 |
| Binary | 100100 | 110000 | 10111011 | 1010001 | 1001010 | 0 | 11011 | 11101011 | 1000100 | 101100 |
Color Harmonies of #2430BB
Complementary color
Monochromatic Colors of #2430BB
Black with #2430BB
Text Example
Text Example
White with #2430BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430BB; }
p { color: rgb(36,48,187); }
H1.HeaderClassName
{
color: #2430BB;
}
.AnyTagClassName
{
color: #2430BB;
}
</style>
background-color css
<style>
a { background-color: #2430BB; }
a { background-color: rgb(36,48,187); }
div.DivClassName
{
background-color: #2430BB;
}
.BgClassName
{
background-color: #2430BB;
}
</style>
border-color css
<style>
span { border-color: #2430BB; }
span { border-color: rgb(36,48,187); }
td.TdClassName
{
border-color: #2430BB;
}
.TagClassName
{
border-color: #2430BB;
}
</style>