Shades of Persian Blue #2035BF
Tints of Persian Blue #2035BF
RGB
CMYK
RGB Variations
Color information
#2035BF (or 0x2035BF) is known color: Persian Blue. HEX triplet: 20, 35 and BF. RGB value is (32,53,191). Sum of RGB (Red+Green+Blue) = 32+53+191=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #2035BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2035BF is #DFCA40. Grayscale: #3D3D3D. Windows color (decimal): -14666305 or 12530976. OLE color: 12530976.
HSL color Cylindrical-coordinate representation of color #2035BF: hue angle of 232.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2035BF is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 53 | 191 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.25 |
| HSL | 232.08º | 0.71% | 0.44% | - |
| HSV(B) | 232.08º | 0.83% | 0.75% | - |
| XYZ | 11.27 | 6.61 | 49.97 | - |
| YUV | 62.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 191 | 0.83 | 0.72 | 0 | 0.25 | 232.08 | 0.71 | 0.44 |
| Hex | 20 | 35 | BF | 53 | 48 | 0 | 19 | E8 | 47 | 2C |
| Octal | 40 | 65 | 277 | 123 | 110 | 0 | 31 | 350 | 107 | 54 |
| Binary | 100000 | 110101 | 10111111 | 1010011 | 1001000 | 0 | 11001 | 11101000 | 1000111 | 101100 |
Color Harmonies of #2035BF
Complementary color
Monochromatic Colors of #2035BF
Black with #2035BF
Text Example
Text Example
White with #2035BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2035BF; }
p { color: rgb(32,53,191); }
H1.HeaderClassName
{
color: #2035BF;
}
.AnyTagClassName
{
color: #2035BF;
}
</style>
background-color css
<style>
a { background-color: #2035BF; }
a { background-color: rgb(32,53,191); }
div.DivClassName
{
background-color: #2035BF;
}
.BgClassName
{
background-color: #2035BF;
}
</style>
border-color css
<style>
span { border-color: #2035BF; }
span { border-color: rgb(32,53,191); }
td.TdClassName
{
border-color: #2035BF;
}
.TagClassName
{
border-color: #2035BF;
}
</style>