Shades of Persian Blue #2334A9
Tints of Persian Blue #2334A9
RGB
CMYK
RGB Variations
Color information
#2334A9 (or 0x2334A9) is known color: Persian Blue. HEX triplet: 23, 34 and A9. RGB value is (35,52,169). Sum of RGB (Red+Green+Blue) = 35+52+169=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #2334A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2334A9 is #DCCB56. Grayscale: #3B3B3B. Windows color (decimal): -14469975 or 11088931. OLE color: 11088931.
HSL color Cylindrical-coordinate representation of color #2334A9: hue angle of 232.39º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2334A9 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 52 | 169 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.34 |
| HSL | 232.39º | 0.66% | 0.4% | - |
| HSV(B) | 232.39º | 0.79% | 0.66% | - |
| XYZ | 9.08 | 5.68 | 38.15 | - |
| YUV | 60.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 169 | 0.79 | 0.69 | 0 | 0.34 | 232.39 | 0.66 | 0.4 |
| Hex | 23 | 34 | A9 | 4F | 45 | 0 | 22 | E8 | 42 | 28 |
| Octal | 43 | 64 | 251 | 117 | 105 | 0 | 42 | 350 | 102 | 50 |
| Binary | 100011 | 110100 | 10101001 | 1001111 | 1000101 | 0 | 100010 | 11101000 | 1000010 | 101000 |
Color Harmonies of #2334A9
Complementary color
Monochromatic Colors of #2334A9
Black with #2334A9
Text Example
Text Example
White with #2334A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2334A9; }
p { color: rgb(35,52,169); }
H1.HeaderClassName
{
color: #2334A9;
}
.AnyTagClassName
{
color: #2334A9;
}
</style>
background-color css
<style>
a { background-color: #2334A9; }
a { background-color: rgb(35,52,169); }
div.DivClassName
{
background-color: #2334A9;
}
.BgClassName
{
background-color: #2334A9;
}
</style>
border-color css
<style>
span { border-color: #2334A9; }
span { border-color: rgb(35,52,169); }
td.TdClassName
{
border-color: #2334A9;
}
.TagClassName
{
border-color: #2334A9;
}
</style>