Shades of Persian Blue #232AC0
Tints of Persian Blue #232AC0
RGB
CMYK
RGB Variations
Color information
#232AC0 (or 0x232AC0) is known color: Persian Blue. HEX triplet: 23, 2A and C0. RGB value is (35,42,192). Sum of RGB (Red+Green+Blue) = 35+42+192=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #232AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AC0 is #DCD53F. Grayscale: #383838. Windows color (decimal): -14472512 or 12593699. OLE color: 12593699.
HSL color Cylindrical-coordinate representation of color #232AC0: hue angle of 237.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232AC0 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 42 | 192 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.25 |
| HSL | 237.32º | 0.69% | 0.45% | - |
| HSV(B) | 237.32º | 0.82% | 0.75% | - |
| XYZ | 11.04 | 5.82 | 50.41 | - |
| YUV | 57.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 192 | 0.82 | 0.78 | 0 | 0.25 | 237.32 | 0.69 | 0.45 |
| Hex | 23 | 2A | C0 | 52 | 4E | 0 | 19 | ED | 45 | 2D |
| Octal | 43 | 52 | 300 | 122 | 116 | 0 | 31 | 355 | 105 | 55 |
| Binary | 100011 | 101010 | 11000000 | 1010010 | 1001110 | 0 | 11001 | 11101101 | 1000101 | 101101 |
Color Harmonies of #232AC0
Complementary color
Monochromatic Colors of #232AC0
Black with #232AC0
Text Example
Text Example
White with #232AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AC0; }
p { color: rgb(35,42,192); }
H1.HeaderClassName
{
color: #232AC0;
}
.AnyTagClassName
{
color: #232AC0;
}
</style>
background-color css
<style>
a { background-color: #232AC0; }
a { background-color: rgb(35,42,192); }
div.DivClassName
{
background-color: #232AC0;
}
.BgClassName
{
background-color: #232AC0;
}
</style>
border-color css
<style>
span { border-color: #232AC0; }
span { border-color: rgb(35,42,192); }
td.TdClassName
{
border-color: #232AC0;
}
.TagClassName
{
border-color: #232AC0;
}
</style>