Shades of Persian Blue #232BC1
Tints of Persian Blue #232BC1
RGB
CMYK
RGB Variations
Color information
#232BC1 (or 0x232BC1) is known color: Persian Blue. HEX triplet: 23, 2B and C1. RGB value is (35,43,193). Sum of RGB (Red+Green+Blue) = 35+43+193=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #232BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BC1 is #DCD43E. Grayscale: #393939. Windows color (decimal): -14472255 or 12659491. OLE color: 12659491.
HSL color Cylindrical-coordinate representation of color #232BC1: hue angle of 236.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232BC1 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 43 | 193 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.24 |
| HSL | 236.96º | 0.69% | 0.45% | - |
| HSV(B) | 236.96º | 0.82% | 0.76% | - |
| XYZ | 11.18 | 5.94 | 51.01 | - |
| YUV | 57.71 | 204.35 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 193 | 0.82 | 0.78 | 0 | 0.24 | 236.96 | 0.69 | 0.45 |
| Hex | 23 | 2B | C1 | 52 | 4E | 0 | 18 | ED | 45 | 2D |
| Octal | 43 | 53 | 301 | 122 | 116 | 0 | 30 | 355 | 105 | 55 |
| Binary | 100011 | 101011 | 11000001 | 1010010 | 1001110 | 0 | 11000 | 11101101 | 1000101 | 101101 |
Color Harmonies of #232BC1
Complementary color
Monochromatic Colors of #232BC1
Black with #232BC1
Text Example
Text Example
White with #232BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BC1; }
p { color: rgb(35,43,193); }
H1.HeaderClassName
{
color: #232BC1;
}
.AnyTagClassName
{
color: #232BC1;
}
</style>
background-color css
<style>
a { background-color: #232BC1; }
a { background-color: rgb(35,43,193); }
div.DivClassName
{
background-color: #232BC1;
}
.BgClassName
{
background-color: #232BC1;
}
</style>
border-color css
<style>
span { border-color: #232BC1; }
span { border-color: rgb(35,43,193); }
td.TdClassName
{
border-color: #232BC1;
}
.TagClassName
{
border-color: #232BC1;
}
</style>