Shades of Persian Blue #232ACE
Tints of Persian Blue #232ACE
RGB
CMYK
RGB Variations
Color information
#232ACE (or 0x232ACE) is known color: Persian Blue. HEX triplet: 23, 2A and CE. RGB value is (35,42,206). Sum of RGB (Red+Green+Blue) = 35+42+206=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #232ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ACE is #DCD531. Grayscale: #393939. Windows color (decimal): -14472498 or 13511203. OLE color: 13511203.
HSL color Cylindrical-coordinate representation of color #232ACE: hue angle of 237.54º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232ACE is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 42 | 206 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.19 |
| HSL | 237.54º | 0.71% | 0.47% | - |
| HSV(B) | 237.54º | 0.83% | 0.81% | - |
| XYZ | 12.66 | 6.47 | 58.97 | - |
| YUV | 58.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 206 | 0.83 | 0.80 | 0 | 0.19 | 237.54 | 0.71 | 0.47 |
| Hex | 23 | 2A | CE | 53 | 50 | 0 | 13 | EE | 47 | 2F |
| Octal | 43 | 52 | 316 | 123 | 120 | 0 | 23 | 356 | 107 | 57 |
| Binary | 100011 | 101010 | 11001110 | 1010011 | 1010000 | 0 | 10011 | 11101110 | 1000111 | 101111 |
Color Harmonies of #232ACE
Complementary color
Monochromatic Colors of #232ACE
Black with #232ACE
Text Example
Text Example
White with #232ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ACE; }
p { color: rgb(35,42,206); }
H1.HeaderClassName
{
color: #232ACE;
}
.AnyTagClassName
{
color: #232ACE;
}
</style>
background-color css
<style>
a { background-color: #232ACE; }
a { background-color: rgb(35,42,206); }
div.DivClassName
{
background-color: #232ACE;
}
.BgClassName
{
background-color: #232ACE;
}
</style>
border-color css
<style>
span { border-color: #232ACE; }
span { border-color: rgb(35,42,206); }
td.TdClassName
{
border-color: #232ACE;
}
.TagClassName
{
border-color: #232ACE;
}
</style>