Shades of Persian Blue #231CCD
Tints of Persian Blue #231CCD
RGB
CMYK
RGB Variations
Color information
#231CCD (or 0x231CCD) is known color: Persian Blue. HEX triplet: 23, 1C and CD. RGB value is (35,28,205). Sum of RGB (Red+Green+Blue) = 35+28+205=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #231CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CCD is #DCE332. Grayscale: #313131. Windows color (decimal): -14476083 or 13442083. OLE color: 13442083.
HSL color Cylindrical-coordinate representation of color #231CCD: hue angle of 242.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231CCD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 28 | 205 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.20 |
| HSL | 242.37º | 0.76% | 0.46% | - |
| HSV(B) | 242.37º | 0.86% | 0.8% | - |
| XYZ | 12.13 | 5.6 | 58.2 | - |
| YUV | 50.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 205 | 0.83 | 0.86 | 0 | 0.20 | 242.37 | 0.76 | 0.46 |
| Hex | 23 | 1C | CD | 53 | 56 | 0 | 14 | F2 | 4C | 2E |
| Octal | 43 | 34 | 315 | 123 | 126 | 0 | 24 | 362 | 114 | 56 |
| Binary | 100011 | 11100 | 11001101 | 1010011 | 1010110 | 0 | 10100 | 11110010 | 1001100 | 101110 |
Color Harmonies of #231CCD
Complementary color
Monochromatic Colors of #231CCD
Black with #231CCD
Text Example
Text Example
White with #231CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CCD; }
p { color: rgb(35,28,205); }
H1.HeaderClassName
{
color: #231CCD;
}
.AnyTagClassName
{
color: #231CCD;
}
</style>
background-color css
<style>
a { background-color: #231CCD; }
a { background-color: rgb(35,28,205); }
div.DivClassName
{
background-color: #231CCD;
}
.BgClassName
{
background-color: #231CCD;
}
</style>
border-color css
<style>
span { border-color: #231CCD; }
span { border-color: rgb(35,28,205); }
td.TdClassName
{
border-color: #231CCD;
}
.TagClassName
{
border-color: #231CCD;
}
</style>