Shades of Persian Blue #282BBC
Tints of Persian Blue #282BBC
RGB
CMYK
RGB Variations
Color information
#282BBC (or 0x282BBC) is known color: Persian Blue. HEX triplet: 28, 2B and BC. RGB value is (40,43,188). Sum of RGB (Red+Green+Blue) = 40+43+188=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #282BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282BBC is #D7D443. Grayscale: #3A3A3A. Windows color (decimal): -14144580 or 12331816. OLE color: 12331816.
HSL color Cylindrical-coordinate representation of color #282BBC: hue angle of 238.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282BBC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 43 | 188 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.26 |
| HSL | 238.78º | 0.65% | 0.45% | - |
| HSV(B) | 238.78º | 0.79% | 0.74% | - |
| XYZ | 10.82 | 5.81 | 48.13 | - |
| YUV | 58.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 188 | 0.79 | 0.77 | 0 | 0.26 | 238.78 | 0.65 | 0.45 |
| Hex | 28 | 2B | BC | 4F | 4D | 0 | 1A | EF | 41 | 2D |
| Octal | 50 | 53 | 274 | 117 | 115 | 0 | 32 | 357 | 101 | 55 |
| Binary | 101000 | 101011 | 10111100 | 1001111 | 1001101 | 0 | 11010 | 11101111 | 1000001 | 101101 |
Color Harmonies of #282BBC
Complementary color
Monochromatic Colors of #282BBC
Black with #282BBC
Text Example
Text Example
White with #282BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BBC; }
p { color: rgb(40,43,188); }
H1.HeaderClassName
{
color: #282BBC;
}
.AnyTagClassName
{
color: #282BBC;
}
</style>
background-color css
<style>
a { background-color: #282BBC; }
a { background-color: rgb(40,43,188); }
div.DivClassName
{
background-color: #282BBC;
}
.BgClassName
{
background-color: #282BBC;
}
</style>
border-color css
<style>
span { border-color: #282BBC; }
span { border-color: rgb(40,43,188); }
td.TdClassName
{
border-color: #282BBC;
}
.TagClassName
{
border-color: #282BBC;
}
</style>