Shades of Persian Blue #232AE2
Tints of Persian Blue #232AE2
RGB
CMYK
RGB Variations
Color information
#232AE2 (or 0x232AE2) is known color: Persian Blue. HEX triplet: 23, 2A and E2. RGB value is (35,42,226). Sum of RGB (Red+Green+Blue) = 35+42+226=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 226 (88.67% from 255 or 74.59% from 303); Max value from RGB is 226 - color contains mainly: blue. Hex color #232AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AE2 is #DCD51D. Grayscale: #3C3C3C. Windows color (decimal): -14472478 or 14821923. OLE color: 14821923.
HSL color Cylindrical-coordinate representation of color #232AE2: hue angle of 237.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232AE2 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 42 | 226 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.11 |
| HSL | 237.8º | 0.77% | 0.51% | - |
| HSV(B) | 237.8º | 0.85% | 0.89% | - |
| XYZ | 15.25 | 7.5 | 72.6 | - |
| YUV | 60.88 | 221.18 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 226 | 0.85 | 0.81 | 0 | 0.11 | 237.8 | 0.77 | 0.51 |
| Hex | 23 | 2A | E2 | 55 | 51 | 0 | B | EE | 4D | 33 |
| Octal | 43 | 52 | 342 | 125 | 121 | 0 | 13 | 356 | 115 | 63 |
| Binary | 100011 | 101010 | 11100010 | 1010101 | 1010001 | 0 | 1011 | 11101110 | 1001101 | 110011 |
Color Harmonies of #232AE2
Complementary color
Monochromatic Colors of #232AE2
Black with #232AE2
Text Example
Text Example
White with #232AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AE2; }
p { color: rgb(35,42,226); }
H1.HeaderClassName
{
color: #232AE2;
}
.AnyTagClassName
{
color: #232AE2;
}
</style>
background-color css
<style>
a { background-color: #232AE2; }
a { background-color: rgb(35,42,226); }
div.DivClassName
{
background-color: #232AE2;
}
.BgClassName
{
background-color: #232AE2;
}
</style>
border-color css
<style>
span { border-color: #232AE2; }
span { border-color: rgb(35,42,226); }
td.TdClassName
{
border-color: #232AE2;
}
.TagClassName
{
border-color: #232AE2;
}
</style>