Shades of Persian Blue #231ACE
Tints of Persian Blue #231ACE
RGB
CMYK
RGB Variations
Color information
#231ACE (or 0x231ACE) is known color: Persian Blue. HEX triplet: 23, 1A and CE. RGB value is (35,26,206). Sum of RGB (Red+Green+Blue) = 35+26+206=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #231ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ACE is #DCE531. Grayscale: #303030. Windows color (decimal): -14476594 or 13507107. OLE color: 13507107.
HSL color Cylindrical-coordinate representation of color #231ACE: hue angle of 243º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231ACE is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 26 | 206 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.19 |
| HSL | 243º | 0.78% | 0.45% | - |
| HSV(B) | 243º | 0.87% | 0.81% | - |
| XYZ | 12.2 | 5.55 | 58.82 | - |
| YUV | 49.21 | 216.48 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 206 | 0.83 | 0.87 | 0 | 0.19 | 243 | 0.78 | 0.45 |
| Hex | 23 | 1A | CE | 53 | 57 | 0 | 13 | F3 | 4E | 2D |
| Octal | 43 | 32 | 316 | 123 | 127 | 0 | 23 | 363 | 116 | 55 |
| Binary | 100011 | 11010 | 11001110 | 1010011 | 1010111 | 0 | 10011 | 11110011 | 1001110 | 101101 |
Color Harmonies of #231ACE
Complementary color
Monochromatic Colors of #231ACE
Black with #231ACE
Text Example
Text Example
White with #231ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ACE; }
p { color: rgb(35,26,206); }
H1.HeaderClassName
{
color: #231ACE;
}
.AnyTagClassName
{
color: #231ACE;
}
</style>
background-color css
<style>
a { background-color: #231ACE; }
a { background-color: rgb(35,26,206); }
div.DivClassName
{
background-color: #231ACE;
}
.BgClassName
{
background-color: #231ACE;
}
</style>
border-color css
<style>
span { border-color: #231ACE; }
span { border-color: rgb(35,26,206); }
td.TdClassName
{
border-color: #231ACE;
}
.TagClassName
{
border-color: #231ACE;
}
</style>