Shades of Persian Blue #2333AA
Tints of Persian Blue #2333AA
RGB
CMYK
RGB Variations
Color information
#2333AA (or 0x2333AA) is known color: Persian Blue. HEX triplet: 23, 33 and AA. RGB value is (35,51,170). Sum of RGB (Red+Green+Blue) = 35+51+170=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2333AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333AA is #DCCC55. Grayscale: #3B3B3B. Windows color (decimal): -14470230 or 11154211. OLE color: 11154211.
HSL color Cylindrical-coordinate representation of color #2333AA: hue angle of 232.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2333AA is Cyan = 0.79, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 51 | 170 | - |
| CMYK | 0.79 | 0.7 | 0 | 0.33 |
| HSL | 232.89º | 0.66% | 0.4% | - |
| HSV(B) | 232.89º | 0.79% | 0.67% | - |
| XYZ | 9.13 | 5.63 | 38.64 | - |
| YUV | 59.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 170 | 0.79 | 0.7 | 0 | 0.33 | 232.89 | 0.66 | 0.4 |
| Hex | 23 | 33 | AA | 4F | 46 | 0 | 21 | E9 | 42 | 28 |
| Octal | 43 | 63 | 252 | 117 | 106 | 0 | 41 | 351 | 102 | 50 |
| Binary | 100011 | 110011 | 10101010 | 1001111 | 1000110 | 0 | 100001 | 11101001 | 1000010 | 101000 |
Color Harmonies of #2333AA
Complementary color
Monochromatic Colors of #2333AA
Black with #2333AA
Text Example
Text Example
White with #2333AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333AA; }
p { color: rgb(35,51,170); }
H1.HeaderClassName
{
color: #2333AA;
}
.AnyTagClassName
{
color: #2333AA;
}
</style>
background-color css
<style>
a { background-color: #2333AA; }
a { background-color: rgb(35,51,170); }
div.DivClassName
{
background-color: #2333AA;
}
.BgClassName
{
background-color: #2333AA;
}
</style>
border-color css
<style>
span { border-color: #2333AA; }
span { border-color: rgb(35,51,170); }
td.TdClassName
{
border-color: #2333AA;
}
.TagClassName
{
border-color: #2333AA;
}
</style>