Shades of Persian Blue #232FC9
Tints of Persian Blue #232FC9
RGB
CMYK
RGB Variations
Color information
#232FC9 (or 0x232FC9) is known color: Persian Blue. HEX triplet: 23, 2F and C9. RGB value is (35,47,201). Sum of RGB (Red+Green+Blue) = 35+47+201=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #232FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FC9 is #DCD036. Grayscale: #3C3C3C. Windows color (decimal): -14471223 or 13184803. OLE color: 13184803.
HSL color Cylindrical-coordinate representation of color #232FC9: hue angle of 235.66º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232FC9 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 47 | 201 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.21 |
| HSL | 235.66º | 0.7% | 0.46% | - |
| HSV(B) | 235.66º | 0.83% | 0.79% | - |
| XYZ | 12.25 | 6.61 | 55.89 | - |
| YUV | 60.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 201 | 0.83 | 0.77 | 0 | 0.21 | 235.66 | 0.7 | 0.46 |
| Hex | 23 | 2F | C9 | 53 | 4D | 0 | 15 | EC | 46 | 2E |
| Octal | 43 | 57 | 311 | 123 | 115 | 0 | 25 | 354 | 106 | 56 |
| Binary | 100011 | 101111 | 11001001 | 1010011 | 1001101 | 0 | 10101 | 11101100 | 1000110 | 101110 |
Color Harmonies of #232FC9
Complementary color
Monochromatic Colors of #232FC9
Black with #232FC9
Text Example
Text Example
White with #232FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FC9; }
p { color: rgb(35,47,201); }
H1.HeaderClassName
{
color: #232FC9;
}
.AnyTagClassName
{
color: #232FC9;
}
</style>
background-color css
<style>
a { background-color: #232FC9; }
a { background-color: rgb(35,47,201); }
div.DivClassName
{
background-color: #232FC9;
}
.BgClassName
{
background-color: #232FC9;
}
</style>
border-color css
<style>
span { border-color: #232FC9; }
span { border-color: rgb(35,47,201); }
td.TdClassName
{
border-color: #232FC9;
}
.TagClassName
{
border-color: #232FC9;
}
</style>