Shades of Persian Blue #2430AB
Tints of Persian Blue #2430AB
RGB
CMYK
RGB Variations
Color information
#2430AB (or 0x2430AB) is known color: Persian Blue. HEX triplet: 24, 30 and AB. RGB value is (36,48,171). Sum of RGB (Red+Green+Blue) = 36+48+171=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2430AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2430AB is #DBCF54. Grayscale: #393939. Windows color (decimal): -14405461 or 11218980. OLE color: 11218980.
HSL color Cylindrical-coordinate representation of color #2430AB: hue angle of 234.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2430AB is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 48 | 171 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.33 |
| HSL | 234.67º | 0.65% | 0.41% | - |
| HSV(B) | 234.67º | 0.79% | 0.67% | - |
| XYZ | 9.14 | 5.43 | 39.09 | - |
| YUV | 58.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 171 | 0.79 | 0.72 | 0 | 0.33 | 234.67 | 0.65 | 0.41 |
| Hex | 24 | 30 | AB | 4F | 48 | 0 | 21 | EB | 41 | 29 |
| Octal | 44 | 60 | 253 | 117 | 110 | 0 | 41 | 353 | 101 | 51 |
| Binary | 100100 | 110000 | 10101011 | 1001111 | 1001000 | 0 | 100001 | 11101011 | 1000001 | 101001 |
Color Harmonies of #2430AB
Complementary color
Monochromatic Colors of #2430AB
Black with #2430AB
Text Example
Text Example
White with #2430AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430AB; }
p { color: rgb(36,48,171); }
H1.HeaderClassName
{
color: #2430AB;
}
.AnyTagClassName
{
color: #2430AB;
}
</style>
background-color css
<style>
a { background-color: #2430AB; }
a { background-color: rgb(36,48,171); }
div.DivClassName
{
background-color: #2430AB;
}
.BgClassName
{
background-color: #2430AB;
}
</style>
border-color css
<style>
span { border-color: #2430AB; }
span { border-color: rgb(36,48,171); }
td.TdClassName
{
border-color: #2430AB;
}
.TagClassName
{
border-color: #2430AB;
}
</style>