Shades of Persian Blue #231ABC
Tints of Persian Blue #231ABC
RGB
CMYK
RGB Variations
Color information
#231ABC (or 0x231ABC) is known color: Persian Blue. HEX triplet: 23, 1A and BC. RGB value is (35,26,188). Sum of RGB (Red+Green+Blue) = 35+26+188=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #231ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ABC is #DCE543. Grayscale: #2E2E2E. Windows color (decimal): -14476612 or 12327459. OLE color: 12327459.
HSL color Cylindrical-coordinate representation of color #231ABC: hue angle of 243.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231ABC is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 26 | 188 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.26 |
| HSL | 243.33º | 0.76% | 0.42% | - |
| HSV(B) | 243.33º | 0.86% | 0.74% | - |
| XYZ | 10.14 | 4.73 | 47.95 | - |
| YUV | 47.16 | 207.48 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 188 | 0.81 | 0.86 | 0 | 0.26 | 243.33 | 0.76 | 0.42 |
| Hex | 23 | 1A | BC | 51 | 56 | 0 | 1A | F3 | 4C | 2A |
| Octal | 43 | 32 | 274 | 121 | 126 | 0 | 32 | 363 | 114 | 52 |
| Binary | 100011 | 11010 | 10111100 | 1010001 | 1010110 | 0 | 11010 | 11110011 | 1001100 | 101010 |
Color Harmonies of #231ABC
Complementary color
Monochromatic Colors of #231ABC
Black with #231ABC
Text Example
Text Example
White with #231ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ABC; }
p { color: rgb(35,26,188); }
H1.HeaderClassName
{
color: #231ABC;
}
.AnyTagClassName
{
color: #231ABC;
}
</style>
background-color css
<style>
a { background-color: #231ABC; }
a { background-color: rgb(35,26,188); }
div.DivClassName
{
background-color: #231ABC;
}
.BgClassName
{
background-color: #231ABC;
}
</style>
border-color css
<style>
span { border-color: #231ABC; }
span { border-color: rgb(35,26,188); }
td.TdClassName
{
border-color: #231ABC;
}
.TagClassName
{
border-color: #231ABC;
}
</style>