Shades of Persian Blue #2333AE
Tints of Persian Blue #2333AE
RGB
CMYK
RGB Variations
Color information
#2333AE (or 0x2333AE) is known color: Persian Blue. HEX triplet: 23, 33 and AE. RGB value is (35,51,174). Sum of RGB (Red+Green+Blue) = 35+51+174=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #2333AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333AE is #DCCC51. Grayscale: #3B3B3B. Windows color (decimal): -14470226 or 11416355. OLE color: 11416355.
HSL color Cylindrical-coordinate representation of color #2333AE: hue angle of 233.09º degrees, saturation: 0.67, 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 #2333AE is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 51 | 174 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.32 |
| HSL | 233.09º | 0.67% | 0.41% | - |
| HSV(B) | 233.09º | 0.8% | 0.68% | - |
| XYZ | 9.52 | 5.78 | 40.66 | - |
| YUV | 60.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 174 | 0.80 | 0.71 | 0 | 0.32 | 233.09 | 0.67 | 0.41 |
| Hex | 23 | 33 | AE | 50 | 47 | 0 | 20 | E9 | 43 | 29 |
| Octal | 43 | 63 | 256 | 120 | 107 | 0 | 40 | 351 | 103 | 51 |
| Binary | 100011 | 110011 | 10101110 | 1010000 | 1000111 | 0 | 100000 | 11101001 | 1000011 | 101001 |
Color Harmonies of #2333AE
Complementary color
Monochromatic Colors of #2333AE
Black with #2333AE
Text Example
Text Example
White with #2333AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333AE; }
p { color: rgb(35,51,174); }
H1.HeaderClassName
{
color: #2333AE;
}
.AnyTagClassName
{
color: #2333AE;
}
</style>
background-color css
<style>
a { background-color: #2333AE; }
a { background-color: rgb(35,51,174); }
div.DivClassName
{
background-color: #2333AE;
}
.BgClassName
{
background-color: #2333AE;
}
</style>
border-color css
<style>
span { border-color: #2333AE; }
span { border-color: rgb(35,51,174); }
td.TdClassName
{
border-color: #2333AE;
}
.TagClassName
{
border-color: #2333AE;
}
</style>