Shades of Persian Blue #2333AD
Tints of Persian Blue #2333AD
RGB
CMYK
RGB Variations
Color information
#2333AD (or 0x2333AD) is known color: Persian Blue. HEX triplet: 23, 33 and AD. RGB value is (35,51,173). Sum of RGB (Red+Green+Blue) = 35+51+173=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #2333AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333AD is #DCCC52. Grayscale: #3B3B3B. Windows color (decimal): -14470227 or 11350819. OLE color: 11350819.
HSL color Cylindrical-coordinate representation of color #2333AD: hue angle of 233.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2333AD is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 51 | 173 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.32 |
| HSL | 233.04º | 0.66% | 0.41% | - |
| HSV(B) | 233.04º | 0.8% | 0.68% | - |
| XYZ | 9.42 | 5.74 | 40.15 | - |
| YUV | 60.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 173 | 0.80 | 0.71 | 0 | 0.32 | 233.04 | 0.66 | 0.41 |
| Hex | 23 | 33 | AD | 50 | 47 | 0 | 20 | E9 | 42 | 29 |
| Octal | 43 | 63 | 255 | 120 | 107 | 0 | 40 | 351 | 102 | 51 |
| Binary | 100011 | 110011 | 10101101 | 1010000 | 1000111 | 0 | 100000 | 11101001 | 1000010 | 101001 |
Color Harmonies of #2333AD
Complementary color
Monochromatic Colors of #2333AD
Black with #2333AD
Text Example
Text Example
White with #2333AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333AD; }
p { color: rgb(35,51,173); }
H1.HeaderClassName
{
color: #2333AD;
}
.AnyTagClassName
{
color: #2333AD;
}
</style>
background-color css
<style>
a { background-color: #2333AD; }
a { background-color: rgb(35,51,173); }
div.DivClassName
{
background-color: #2333AD;
}
.BgClassName
{
background-color: #2333AD;
}
</style>
border-color css
<style>
span { border-color: #2333AD; }
span { border-color: rgb(35,51,173); }
td.TdClassName
{
border-color: #2333AD;
}
.TagClassName
{
border-color: #2333AD;
}
</style>