Shades of Persian Blue #282DBA
Tints of Persian Blue #282DBA
RGB
CMYK
RGB Variations
Color information
#282DBA (or 0x282DBA) is known color: Persian Blue. HEX triplet: 28, 2D and BA. RGB value is (40,45,186). Sum of RGB (Red+Green+Blue) = 40+45+186=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #282DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DBA is #D7D245. Grayscale: #3B3B3B. Windows color (decimal): -14144070 or 12201256. OLE color: 12201256.
HSL color Cylindrical-coordinate representation of color #282DBA: hue angle of 237.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282DBA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 45 | 186 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.27 |
| HSL | 237.95º | 0.65% | 0.44% | - |
| HSV(B) | 237.95º | 0.78% | 0.73% | - |
| XYZ | 10.68 | 5.87 | 47.03 | - |
| YUV | 59.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 186 | 0.78 | 0.76 | 0 | 0.27 | 237.95 | 0.65 | 0.44 |
| Hex | 28 | 2D | BA | 4E | 4C | 0 | 1B | EE | 41 | 2C |
| Octal | 50 | 55 | 272 | 116 | 114 | 0 | 33 | 356 | 101 | 54 |
| Binary | 101000 | 101101 | 10111010 | 1001110 | 1001100 | 0 | 11011 | 11101110 | 1000001 | 101100 |
Color Harmonies of #282DBA
Complementary color
Monochromatic Colors of #282DBA
Black with #282DBA
Text Example
Text Example
White with #282DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DBA; }
p { color: rgb(40,45,186); }
H1.HeaderClassName
{
color: #282DBA;
}
.AnyTagClassName
{
color: #282DBA;
}
</style>
background-color css
<style>
a { background-color: #282DBA; }
a { background-color: rgb(40,45,186); }
div.DivClassName
{
background-color: #282DBA;
}
.BgClassName
{
background-color: #282DBA;
}
</style>
border-color css
<style>
span { border-color: #282DBA; }
span { border-color: rgb(40,45,186); }
td.TdClassName
{
border-color: #282DBA;
}
.TagClassName
{
border-color: #282DBA;
}
</style>