Shades of Persian Blue #232AD8
Tints of Persian Blue #232AD8
RGB
CMYK
RGB Variations
Color information
#232AD8 (or 0x232AD8) is known color: Persian Blue. HEX triplet: 23, 2A and D8. RGB value is (35,42,216). Sum of RGB (Red+Green+Blue) = 35+42+216=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #232AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AD8 is #DCD527. Grayscale: #3B3B3B. Windows color (decimal): -14472488 or 14166563. OLE color: 14166563.
HSL color Cylindrical-coordinate representation of color #232AD8: hue angle of 237.68º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232AD8 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 42 | 216 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.15 |
| HSL | 237.68º | 0.72% | 0.49% | - |
| HSV(B) | 237.68º | 0.84% | 0.85% | - |
| XYZ | 13.92 | 6.97 | 65.58 | - |
| YUV | 59.74 | 216.18 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 216 | 0.84 | 0.81 | 0 | 0.15 | 237.68 | 0.72 | 0.49 |
| Hex | 23 | 2A | D8 | 54 | 51 | 0 | F | EE | 48 | 31 |
| Octal | 43 | 52 | 330 | 124 | 121 | 0 | 17 | 356 | 110 | 61 |
| Binary | 100011 | 101010 | 11011000 | 1010100 | 1010001 | 0 | 1111 | 11101110 | 1001000 | 110001 |
Color Harmonies of #232AD8
Complementary color
Monochromatic Colors of #232AD8
Black with #232AD8
Text Example
Text Example
White with #232AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AD8; }
p { color: rgb(35,42,216); }
H1.HeaderClassName
{
color: #232AD8;
}
.AnyTagClassName
{
color: #232AD8;
}
</style>
background-color css
<style>
a { background-color: #232AD8; }
a { background-color: rgb(35,42,216); }
div.DivClassName
{
background-color: #232AD8;
}
.BgClassName
{
background-color: #232AD8;
}
</style>
border-color css
<style>
span { border-color: #232AD8; }
span { border-color: rgb(35,42,216); }
td.TdClassName
{
border-color: #232AD8;
}
.TagClassName
{
border-color: #232AD8;
}
</style>