Shades of Persian Blue #232AD6
Tints of Persian Blue #232AD6
RGB
CMYK
RGB Variations
Color information
#232AD6 (or 0x232AD6) is known color: Persian Blue. HEX triplet: 23, 2A and D6. RGB value is (35,42,214). Sum of RGB (Red+Green+Blue) = 35+42+214=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #232AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AD6 is #DCD529. Grayscale: #3A3A3A. Windows color (decimal): -14472490 or 14035491. OLE color: 14035491.
HSL color Cylindrical-coordinate representation of color #232AD6: hue angle of 237.65º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232AD6 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 42 | 214 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.16 |
| HSL | 237.65º | 0.72% | 0.49% | - |
| HSV(B) | 237.65º | 0.84% | 0.84% | - |
| XYZ | 13.66 | 6.87 | 64.22 | - |
| YUV | 59.52 | 215.18 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 214 | 0.84 | 0.80 | 0 | 0.16 | 237.65 | 0.72 | 0.49 |
| Hex | 23 | 2A | D6 | 54 | 50 | 0 | 10 | EE | 48 | 31 |
| Octal | 43 | 52 | 326 | 124 | 120 | 0 | 20 | 356 | 110 | 61 |
| Binary | 100011 | 101010 | 11010110 | 1010100 | 1010000 | 0 | 10000 | 11101110 | 1001000 | 110001 |
Color Harmonies of #232AD6
Complementary color
Monochromatic Colors of #232AD6
Black with #232AD6
Text Example
Text Example
White with #232AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AD6; }
p { color: rgb(35,42,214); }
H1.HeaderClassName
{
color: #232AD6;
}
.AnyTagClassName
{
color: #232AD6;
}
</style>
background-color css
<style>
a { background-color: #232AD6; }
a { background-color: rgb(35,42,214); }
div.DivClassName
{
background-color: #232AD6;
}
.BgClassName
{
background-color: #232AD6;
}
</style>
border-color css
<style>
span { border-color: #232AD6; }
span { border-color: rgb(35,42,214); }
td.TdClassName
{
border-color: #232AD6;
}
.TagClassName
{
border-color: #232AD6;
}
</style>