Shades of Persian Blue #232AB3
Tints of Persian Blue #232AB3
RGB
CMYK
RGB Variations
Color information
#232AB3 (or 0x232AB3) is known color: Persian Blue. HEX triplet: 23, 2A and B3. RGB value is (35,42,179). Sum of RGB (Red+Green+Blue) = 35+42+179=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #232AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AB3 is #DCD54C. Grayscale: #363636. Windows color (decimal): -14472525 or 11741731. OLE color: 11741731.
HSL color Cylindrical-coordinate representation of color #232AB3: hue angle of 237.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232AB3 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 42 | 179 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.30 |
| HSL | 237.08º | 0.67% | 0.42% | - |
| HSV(B) | 237.08º | 0.8% | 0.7% | - |
| XYZ | 9.66 | 5.27 | 43.16 | - |
| YUV | 55.53 | 197.68 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 179 | 0.80 | 0.77 | 0 | 0.30 | 237.08 | 0.67 | 0.42 |
| Hex | 23 | 2A | B3 | 50 | 4D | 0 | 1E | ED | 43 | 2A |
| Octal | 43 | 52 | 263 | 120 | 115 | 0 | 36 | 355 | 103 | 52 |
| Binary | 100011 | 101010 | 10110011 | 1010000 | 1001101 | 0 | 11110 | 11101101 | 1000011 | 101010 |
Color Harmonies of #232AB3
Complementary color
Monochromatic Colors of #232AB3
Black with #232AB3
Text Example
Text Example
White with #232AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AB3; }
p { color: rgb(35,42,179); }
H1.HeaderClassName
{
color: #232AB3;
}
.AnyTagClassName
{
color: #232AB3;
}
</style>
background-color css
<style>
a { background-color: #232AB3; }
a { background-color: rgb(35,42,179); }
div.DivClassName
{
background-color: #232AB3;
}
.BgClassName
{
background-color: #232AB3;
}
</style>
border-color css
<style>
span { border-color: #232AB3; }
span { border-color: rgb(35,42,179); }
td.TdClassName
{
border-color: #232AB3;
}
.TagClassName
{
border-color: #232AB3;
}
</style>