Shades of Persian Blue #231CCC
Tints of Persian Blue #231CCC
RGB
CMYK
RGB Variations
Color information
#231CCC (or 0x231CCC) is known color: Persian Blue. HEX triplet: 23, 1C and CC. RGB value is (35,28,204). Sum of RGB (Red+Green+Blue) = 35+28+204=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #231CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CCC is #DCE333. Grayscale: #313131. Windows color (decimal): -14476084 or 13376547. OLE color: 13376547.
HSL color Cylindrical-coordinate representation of color #231CCC: hue angle of 242.39º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231CCC is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 28 | 204 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.2 |
| HSL | 242.39º | 0.76% | 0.45% | - |
| HSV(B) | 242.39º | 0.86% | 0.8% | - |
| XYZ | 12.01 | 5.55 | 57.56 | - |
| YUV | 50.16 | 214.82 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 204 | 0.83 | 0.86 | 0 | 0.2 | 242.39 | 0.76 | 0.45 |
| Hex | 23 | 1C | CC | 53 | 56 | 0 | 14 | F2 | 4C | 2D |
| Octal | 43 | 34 | 314 | 123 | 126 | 0 | 24 | 362 | 114 | 55 |
| Binary | 100011 | 11100 | 11001100 | 1010011 | 1010110 | 0 | 10100 | 11110010 | 1001100 | 101101 |
Color Harmonies of #231CCC
Complementary color
Monochromatic Colors of #231CCC
Black with #231CCC
Text Example
Text Example
White with #231CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CCC; }
p { color: rgb(35,28,204); }
H1.HeaderClassName
{
color: #231CCC;
}
.AnyTagClassName
{
color: #231CCC;
}
</style>
background-color css
<style>
a { background-color: #231CCC; }
a { background-color: rgb(35,28,204); }
div.DivClassName
{
background-color: #231CCC;
}
.BgClassName
{
background-color: #231CCC;
}
</style>
border-color css
<style>
span { border-color: #231CCC; }
span { border-color: rgb(35,28,204); }
td.TdClassName
{
border-color: #231CCC;
}
.TagClassName
{
border-color: #231CCC;
}
</style>