Shades of Persian Blue #2832C3
Tints of Persian Blue #2832C3
RGB
CMYK
RGB Variations
Color information
#2832C3 (or 0x2832C3) is known color: Persian Blue. HEX triplet: 28, 32 and C3. RGB value is (40,50,195). Sum of RGB (Red+Green+Blue) = 40+50+195=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 195 (76.56% from 255 or 68.42% from 285); Max value from RGB is 195 - color contains mainly: blue. Hex color #2832C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2832C3 is #D7CD3C. Grayscale: #3E3E3E. Windows color (decimal): -14142781 or 12792360. OLE color: 12792360.
HSL color Cylindrical-coordinate representation of color #2832C3: hue angle of 236.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2832C3 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 50 | 195 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.24 |
| HSL | 236.13º | 0.66% | 0.46% | - |
| HSV(B) | 236.13º | 0.79% | 0.76% | - |
| XYZ | 11.87 | 6.67 | 52.29 | - |
| YUV | 63.54 | 202.19 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 195 | 0.79 | 0.74 | 0 | 0.24 | 236.13 | 0.66 | 0.46 |
| Hex | 28 | 32 | C3 | 4F | 4A | 0 | 18 | EC | 42 | 2E |
| Octal | 50 | 62 | 303 | 117 | 112 | 0 | 30 | 354 | 102 | 56 |
| Binary | 101000 | 110010 | 11000011 | 1001111 | 1001010 | 0 | 11000 | 11101100 | 1000010 | 101110 |
Color Harmonies of #2832C3
Complementary color
Monochromatic Colors of #2832C3
Black with #2832C3
Text Example
Text Example
White with #2832C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2832C3; }
p { color: rgb(40,50,195); }
H1.HeaderClassName
{
color: #2832C3;
}
.AnyTagClassName
{
color: #2832C3;
}
</style>
background-color css
<style>
a { background-color: #2832C3; }
a { background-color: rgb(40,50,195); }
div.DivClassName
{
background-color: #2832C3;
}
.BgClassName
{
background-color: #2832C3;
}
</style>
border-color css
<style>
span { border-color: #2832C3; }
span { border-color: rgb(40,50,195); }
td.TdClassName
{
border-color: #2832C3;
}
.TagClassName
{
border-color: #2832C3;
}
</style>