Shades of Persian Blue #2833C0
Tints of Persian Blue #2833C0
RGB
CMYK
RGB Variations
Color information
#2833C0 (or 0x2833C0) is known color: Persian Blue. HEX triplet: 28, 33 and C0. RGB value is (40,51,192). Sum of RGB (Red+Green+Blue) = 40+51+192=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #2833C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833C0 is #D7CC3F. Grayscale: #3F3F3F. Windows color (decimal): -14142528 or 12596008. OLE color: 12596008.
HSL color Cylindrical-coordinate representation of color #2833C0: hue angle of 235.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2833C0 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 51 | 192 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.25 |
| HSL | 235.66º | 0.66% | 0.45% | - |
| HSV(B) | 235.66º | 0.79% | 0.75% | - |
| XYZ | 11.57 | 6.62 | 50.54 | - |
| YUV | 63.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 192 | 0.79 | 0.73 | 0 | 0.25 | 235.66 | 0.66 | 0.45 |
| Hex | 28 | 33 | C0 | 4F | 49 | 0 | 19 | EC | 42 | 2D |
| Octal | 50 | 63 | 300 | 117 | 111 | 0 | 31 | 354 | 102 | 55 |
| Binary | 101000 | 110011 | 11000000 | 1001111 | 1001001 | 0 | 11001 | 11101100 | 1000010 | 101101 |
Color Harmonies of #2833C0
Complementary color
Monochromatic Colors of #2833C0
Black with #2833C0
Text Example
Text Example
White with #2833C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833C0; }
p { color: rgb(40,51,192); }
H1.HeaderClassName
{
color: #2833C0;
}
.AnyTagClassName
{
color: #2833C0;
}
</style>
background-color css
<style>
a { background-color: #2833C0; }
a { background-color: rgb(40,51,192); }
div.DivClassName
{
background-color: #2833C0;
}
.BgClassName
{
background-color: #2833C0;
}
</style>
border-color css
<style>
span { border-color: #2833C0; }
span { border-color: rgb(40,51,192); }
td.TdClassName
{
border-color: #2833C0;
}
.TagClassName
{
border-color: #2833C0;
}
</style>