Shades of Persian Blue #233AAD
Tints of Persian Blue #233AAD
RGB
CMYK
RGB Variations
Color information
#233AAD (or 0x233AAD) is known color: Persian Blue. HEX triplet: 23, 3A and AD. RGB value is (35,58,173). Sum of RGB (Red+Green+Blue) = 35+58+173=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #233AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233AAD is #DCC552. Grayscale: #3F3F3F. Windows color (decimal): -14468435 or 11352611. OLE color: 11352611.
HSL color Cylindrical-coordinate representation of color #233AAD: hue angle of 230º 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 #233AAD is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 58 | 173 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.32 |
| HSL | 230º | 0.66% | 0.41% | - |
| HSV(B) | 230º | 0.8% | 0.68% | - |
| XYZ | 9.75 | 6.4 | 40.26 | - |
| YUV | 64.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 173 | 0.80 | 0.66 | 0 | 0.32 | 230 | 0.66 | 0.41 |
| Hex | 23 | 3A | AD | 50 | 42 | 0 | 20 | E6 | 42 | 29 |
| Octal | 43 | 72 | 255 | 120 | 102 | 0 | 40 | 346 | 102 | 51 |
| Binary | 100011 | 111010 | 10101101 | 1010000 | 1000010 | 0 | 100000 | 11100110 | 1000010 | 101001 |
Color Harmonies of #233AAD
Complementary color
Monochromatic Colors of #233AAD
Black with #233AAD
Text Example
Text Example
White with #233AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AAD; }
p { color: rgb(35,58,173); }
H1.HeaderClassName
{
color: #233AAD;
}
.AnyTagClassName
{
color: #233AAD;
}
</style>
background-color css
<style>
a { background-color: #233AAD; }
a { background-color: rgb(35,58,173); }
div.DivClassName
{
background-color: #233AAD;
}
.BgClassName
{
background-color: #233AAD;
}
</style>
border-color css
<style>
span { border-color: #233AAD; }
span { border-color: rgb(35,58,173); }
td.TdClassName
{
border-color: #233AAD;
}
.TagClassName
{
border-color: #233AAD;
}
</style>