Shades of Persian Blue #2032C3
Tints of Persian Blue #2032C3
RGB
CMYK
RGB Variations
Color information
#2032C3 (or 0x2032C3) is known color: Persian Blue. HEX triplet: 20, 32 and C3. RGB value is (32,50,195). Sum of RGB (Red+Green+Blue) = 32+50+195=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #2032C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032C3 is #DFCD3C. Grayscale: #3C3C3C. Windows color (decimal): -14667069 or 12792352. OLE color: 12792352.
HSL color Cylindrical-coordinate representation of color #2032C3: hue angle of 233.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2032C3 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 50 | 195 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.24 |
| HSL | 233.37º | 0.72% | 0.45% | - |
| HSV(B) | 233.37º | 0.84% | 0.76% | - |
| XYZ | 11.59 | 6.53 | 52.28 | - |
| YUV | 61.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 195 | 0.84 | 0.74 | 0 | 0.24 | 233.37 | 0.72 | 0.45 |
| Hex | 20 | 32 | C3 | 54 | 4A | 0 | 18 | E9 | 48 | 2D |
| Octal | 40 | 62 | 303 | 124 | 112 | 0 | 30 | 351 | 110 | 55 |
| Binary | 100000 | 110010 | 11000011 | 1010100 | 1001010 | 0 | 11000 | 11101001 | 1001000 | 101101 |
Color Harmonies of #2032C3
Complementary color
Monochromatic Colors of #2032C3
Black with #2032C3
Text Example
Text Example
White with #2032C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032C3; }
p { color: rgb(32,50,195); }
H1.HeaderClassName
{
color: #2032C3;
}
.AnyTagClassName
{
color: #2032C3;
}
</style>
background-color css
<style>
a { background-color: #2032C3; }
a { background-color: rgb(32,50,195); }
div.DivClassName
{
background-color: #2032C3;
}
.BgClassName
{
background-color: #2032C3;
}
</style>
border-color css
<style>
span { border-color: #2032C3; }
span { border-color: rgb(32,50,195); }
td.TdClassName
{
border-color: #2032C3;
}
.TagClassName
{
border-color: #2032C3;
}
</style>