Shades of Persian Blue #232ED2
Tints of Persian Blue #232ED2
RGB
CMYK
RGB Variations
Color information
#232ED2 (or 0x232ED2) is known color: Persian Blue. HEX triplet: 23, 2E and D2. RGB value is (35,46,210). Sum of RGB (Red+Green+Blue) = 35+46+210=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #232ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ED2 is #DCD12D. Grayscale: #3C3C3C. Windows color (decimal): -14471470 or 13774371. OLE color: 13774371.
HSL color Cylindrical-coordinate representation of color #232ED2: hue angle of 236.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232ED2 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 46 | 210 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.18 |
| HSL | 236.23º | 0.71% | 0.48% | - |
| HSV(B) | 236.23º | 0.83% | 0.82% | - |
| XYZ | 13.3 | 6.96 | 61.62 | - |
| YUV | 61.41 | 211.86 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 210 | 0.83 | 0.78 | 0 | 0.18 | 236.23 | 0.71 | 0.48 |
| Hex | 23 | 2E | D2 | 53 | 4E | 0 | 12 | EC | 47 | 30 |
| Octal | 43 | 56 | 322 | 123 | 116 | 0 | 22 | 354 | 107 | 60 |
| Binary | 100011 | 101110 | 11010010 | 1010011 | 1001110 | 0 | 10010 | 11101100 | 1000111 | 110000 |
Color Harmonies of #232ED2
Complementary color
Monochromatic Colors of #232ED2
Black with #232ED2
Text Example
Text Example
White with #232ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232ED2; }
p { color: rgb(35,46,210); }
H1.HeaderClassName
{
color: #232ED2;
}
.AnyTagClassName
{
color: #232ED2;
}
</style>
background-color css
<style>
a { background-color: #232ED2; }
a { background-color: rgb(35,46,210); }
div.DivClassName
{
background-color: #232ED2;
}
.BgClassName
{
background-color: #232ED2;
}
</style>
border-color css
<style>
span { border-color: #232ED2; }
span { border-color: rgb(35,46,210); }
td.TdClassName
{
border-color: #232ED2;
}
.TagClassName
{
border-color: #232ED2;
}
</style>