Shades of Persian Blue #2333AF
Tints of Persian Blue #2333AF
RGB
CMYK
RGB Variations
Color information
#2333AF (or 0x2333AF) is known color: Persian Blue. HEX triplet: 23, 33 and AF. RGB value is (35,51,175). Sum of RGB (Red+Green+Blue) = 35+51+175=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #2333AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333AF is #DCCC50. Grayscale: #3B3B3B. Windows color (decimal): -14470225 or 11481891. OLE color: 11481891.
HSL color Cylindrical-coordinate representation of color #2333AF: hue angle of 233.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2333AF is Cyan = 0.8, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 51 | 175 | - |
| CMYK | 0.8 | 0.71 | 0 | 0.31 |
| HSL | 233.14º | 0.67% | 0.41% | - |
| HSV(B) | 233.14º | 0.8% | 0.69% | - |
| XYZ | 9.61 | 5.82 | 41.17 | - |
| YUV | 60.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 175 | 0.8 | 0.71 | 0 | 0.31 | 233.14 | 0.67 | 0.41 |
| Hex | 23 | 33 | AF | 50 | 47 | 0 | 1F | E9 | 43 | 29 |
| Octal | 43 | 63 | 257 | 120 | 107 | 0 | 37 | 351 | 103 | 51 |
| Binary | 100011 | 110011 | 10101111 | 1010000 | 1000111 | 0 | 11111 | 11101001 | 1000011 | 101001 |
Color Harmonies of #2333AF
Complementary color
Monochromatic Colors of #2333AF
Black with #2333AF
Text Example
Text Example
White with #2333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333AF; }
p { color: rgb(35,51,175); }
H1.HeaderClassName
{
color: #2333AF;
}
.AnyTagClassName
{
color: #2333AF;
}
</style>
background-color css
<style>
a { background-color: #2333AF; }
a { background-color: rgb(35,51,175); }
div.DivClassName
{
background-color: #2333AF;
}
.BgClassName
{
background-color: #2333AF;
}
</style>
border-color css
<style>
span { border-color: #2333AF; }
span { border-color: rgb(35,51,175); }
td.TdClassName
{
border-color: #2333AF;
}
.TagClassName
{
border-color: #2333AF;
}
</style>