Shades of Persian Blue #2235C1
Tints of Persian Blue #2235C1
RGB
CMYK
RGB Variations
Color information
#2235C1 (or 0x2235C1) is known color: Persian Blue. HEX triplet: 22, 35 and C1. RGB value is (34,53,193). Sum of RGB (Red+Green+Blue) = 34+53+193=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #2235C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2235C1 is #DDCA3E. Grayscale: #3E3E3E. Windows color (decimal): -14535231 or 12662050. OLE color: 12662050.
HSL color Cylindrical-coordinate representation of color #2235C1: hue angle of 232.83º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2235C1 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 53 | 193 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.24 |
| HSL | 232.83º | 0.7% | 0.45% | - |
| HSV(B) | 232.83º | 0.82% | 0.76% | - |
| XYZ | 11.56 | 6.74 | 51.14 | - |
| YUV | 63.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 193 | 0.82 | 0.73 | 0 | 0.24 | 232.83 | 0.7 | 0.45 |
| Hex | 22 | 35 | C1 | 52 | 49 | 0 | 18 | E9 | 46 | 2D |
| Octal | 42 | 65 | 301 | 122 | 111 | 0 | 30 | 351 | 106 | 55 |
| Binary | 100010 | 110101 | 11000001 | 1010010 | 1001001 | 0 | 11000 | 11101001 | 1000110 | 101101 |
Color Harmonies of #2235C1
Complementary color
Monochromatic Colors of #2235C1
Black with #2235C1
Text Example
Text Example
White with #2235C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2235C1; }
p { color: rgb(34,53,193); }
H1.HeaderClassName
{
color: #2235C1;
}
.AnyTagClassName
{
color: #2235C1;
}
</style>
background-color css
<style>
a { background-color: #2235C1; }
a { background-color: rgb(34,53,193); }
div.DivClassName
{
background-color: #2235C1;
}
.BgClassName
{
background-color: #2235C1;
}
</style>
border-color css
<style>
span { border-color: #2235C1; }
span { border-color: rgb(34,53,193); }
td.TdClassName
{
border-color: #2235C1;
}
.TagClassName
{
border-color: #2235C1;
}
</style>