Shades of Persian Blue #232CA9
Tints of Persian Blue #232CA9
RGB
CMYK
RGB Variations
Color information
#232CA9 (or 0x232CA9) is known color: Persian Blue. HEX triplet: 23, 2C and A9. RGB value is (35,44,169). Sum of RGB (Red+Green+Blue) = 35+44+169=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #232CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CA9 is #DCD356. Grayscale: #373737. Windows color (decimal): -14472023 or 11086883. OLE color: 11086883.
HSL color Cylindrical-coordinate representation of color #232CA9: hue angle of 235.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232CA9 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 44 | 169 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.34 |
| HSL | 235.97º | 0.66% | 0.4% | - |
| HSV(B) | 235.97º | 0.79% | 0.66% | - |
| XYZ | 8.76 | 5.02 | 38.04 | - |
| YUV | 55.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 169 | 0.79 | 0.74 | 0 | 0.34 | 235.97 | 0.66 | 0.4 |
| Hex | 23 | 2C | A9 | 4F | 4A | 0 | 22 | EC | 42 | 28 |
| Octal | 43 | 54 | 251 | 117 | 112 | 0 | 42 | 354 | 102 | 50 |
| Binary | 100011 | 101100 | 10101001 | 1001111 | 1001010 | 0 | 100010 | 11101100 | 1000010 | 101000 |
Color Harmonies of #232CA9
Complementary color
Monochromatic Colors of #232CA9
Black with #232CA9
Text Example
Text Example
White with #232CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232CA9; }
p { color: rgb(35,44,169); }
H1.HeaderClassName
{
color: #232CA9;
}
.AnyTagClassName
{
color: #232CA9;
}
</style>
background-color css
<style>
a { background-color: #232CA9; }
a { background-color: rgb(35,44,169); }
div.DivClassName
{
background-color: #232CA9;
}
.BgClassName
{
background-color: #232CA9;
}
</style>
border-color css
<style>
span { border-color: #232CA9; }
span { border-color: rgb(35,44,169); }
td.TdClassName
{
border-color: #232CA9;
}
.TagClassName
{
border-color: #232CA9;
}
</style>