Shades of Persian Blue #282BC0
Tints of Persian Blue #282BC0
RGB
CMYK
RGB Variations
Color information
#282BC0 (or 0x282BC0) is known color: Persian Blue. HEX triplet: 28, 2B and C0. RGB value is (40,43,192). Sum of RGB (Red+Green+Blue) = 40+43+192=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #282BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282BC0 is #D7D43F. Grayscale: #3A3A3A. Windows color (decimal): -14144576 or 12593960. OLE color: 12593960.
HSL color Cylindrical-coordinate representation of color #282BC0: hue angle of 238.82º 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 #282BC0 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 43 | 192 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.25 |
| HSL | 238.82º | 0.66% | 0.45% | - |
| HSV(B) | 238.82º | 0.79% | 0.75% | - |
| XYZ | 11.25 | 5.98 | 50.43 | - |
| YUV | 59.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 192 | 0.79 | 0.78 | 0 | 0.25 | 238.82 | 0.66 | 0.45 |
| Hex | 28 | 2B | C0 | 4F | 4E | 0 | 19 | EF | 42 | 2D |
| Octal | 50 | 53 | 300 | 117 | 116 | 0 | 31 | 357 | 102 | 55 |
| Binary | 101000 | 101011 | 11000000 | 1001111 | 1001110 | 0 | 11001 | 11101111 | 1000010 | 101101 |
Color Harmonies of #282BC0
Complementary color
Monochromatic Colors of #282BC0
Black with #282BC0
Text Example
Text Example
White with #282BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BC0; }
p { color: rgb(40,43,192); }
H1.HeaderClassName
{
color: #282BC0;
}
.AnyTagClassName
{
color: #282BC0;
}
</style>
background-color css
<style>
a { background-color: #282BC0; }
a { background-color: rgb(40,43,192); }
div.DivClassName
{
background-color: #282BC0;
}
.BgClassName
{
background-color: #282BC0;
}
</style>
border-color css
<style>
span { border-color: #282BC0; }
span { border-color: rgb(40,43,192); }
td.TdClassName
{
border-color: #282BC0;
}
.TagClassName
{
border-color: #282BC0;
}
</style>