Shades of Persian Blue #233AAB
Tints of Persian Blue #233AAB
RGB
CMYK
RGB Variations
Color information
#233AAB (or 0x233AAB) is known color: Persian Blue. HEX triplet: 23, 3A and AB. RGB value is (35,58,171). Sum of RGB (Red+Green+Blue) = 35+58+171=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #233AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233AAB is #DCC554. Grayscale: #3F3F3F. Windows color (decimal): -14468437 or 11221539. OLE color: 11221539.
HSL color Cylindrical-coordinate representation of color #233AAB: hue angle of 229.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233AAB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 58 | 171 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.33 |
| HSL | 229.85º | 0.66% | 0.4% | - |
| HSV(B) | 229.85º | 0.8% | 0.67% | - |
| XYZ | 9.56 | 6.32 | 39.24 | - |
| YUV | 64.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 171 | 0.80 | 0.66 | 0 | 0.33 | 229.85 | 0.66 | 0.4 |
| Hex | 23 | 3A | AB | 50 | 42 | 0 | 21 | E6 | 42 | 28 |
| Octal | 43 | 72 | 253 | 120 | 102 | 0 | 41 | 346 | 102 | 50 |
| Binary | 100011 | 111010 | 10101011 | 1010000 | 1000010 | 0 | 100001 | 11100110 | 1000010 | 101000 |
Color Harmonies of #233AAB
Complementary color
Monochromatic Colors of #233AAB
Black with #233AAB
Text Example
Text Example
White with #233AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AAB; }
p { color: rgb(35,58,171); }
H1.HeaderClassName
{
color: #233AAB;
}
.AnyTagClassName
{
color: #233AAB;
}
</style>
background-color css
<style>
a { background-color: #233AAB; }
a { background-color: rgb(35,58,171); }
div.DivClassName
{
background-color: #233AAB;
}
.BgClassName
{
background-color: #233AAB;
}
</style>
border-color css
<style>
span { border-color: #233AAB; }
span { border-color: rgb(35,58,171); }
td.TdClassName
{
border-color: #233AAB;
}
.TagClassName
{
border-color: #233AAB;
}
</style>