Shades of Persian Blue #233AD9
Tints of Persian Blue #233AD9
RGB
CMYK
RGB Variations
Color information
#233AD9 (or 0x233AD9) is known color: Persian Blue. HEX triplet: 23, 3A and D9. RGB value is (35,58,217). Sum of RGB (Red+Green+Blue) = 35+58+217=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #233AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233AD9 is #DCC526. Grayscale: #444444. Windows color (decimal): -14468391 or 14236195. OLE color: 14236195.
HSL color Cylindrical-coordinate representation of color #233AD9: hue angle of 232.42º 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 #233AD9 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 58 | 217 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.15 |
| HSL | 232.42º | 0.72% | 0.49% | - |
| HSV(B) | 232.42º | 0.84% | 0.85% | - |
| XYZ | 14.73 | 8.39 | 66.49 | - |
| YUV | 69.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 217 | 0.84 | 0.73 | 0 | 0.15 | 232.42 | 0.72 | 0.49 |
| Hex | 23 | 3A | D9 | 54 | 49 | 0 | F | E8 | 48 | 31 |
| Octal | 43 | 72 | 331 | 124 | 111 | 0 | 17 | 350 | 110 | 61 |
| Binary | 100011 | 111010 | 11011001 | 1010100 | 1001001 | 0 | 1111 | 11101000 | 1001000 | 110001 |
Color Harmonies of #233AD9
Complementary color
Monochromatic Colors of #233AD9
Black with #233AD9
Text Example
Text Example
White with #233AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AD9; }
p { color: rgb(35,58,217); }
H1.HeaderClassName
{
color: #233AD9;
}
.AnyTagClassName
{
color: #233AD9;
}
</style>
background-color css
<style>
a { background-color: #233AD9; }
a { background-color: rgb(35,58,217); }
div.DivClassName
{
background-color: #233AD9;
}
.BgClassName
{
background-color: #233AD9;
}
</style>
border-color css
<style>
span { border-color: #233AD9; }
span { border-color: rgb(35,58,217); }
td.TdClassName
{
border-color: #233AD9;
}
.TagClassName
{
border-color: #233AD9;
}
</style>