Shades of Persian Blue #282CBD
Tints of Persian Blue #282CBD
RGB
CMYK
RGB Variations
Color information
#282CBD (or 0x282CBD) is known color: Persian Blue. HEX triplet: 28, 2C and BD. RGB value is (40,44,189). Sum of RGB (Red+Green+Blue) = 40+44+189=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #282CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CBD is #D7D342. Grayscale: #3A3A3A. Windows color (decimal): -14144323 or 12397608. OLE color: 12397608.
HSL color Cylindrical-coordinate representation of color #282CBD: hue angle of 238.39º 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 #282CBD is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 44 | 189 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.26 |
| HSL | 238.39º | 0.65% | 0.45% | - |
| HSV(B) | 238.39º | 0.79% | 0.74% | - |
| XYZ | 10.96 | 5.93 | 48.71 | - |
| YUV | 59.33 | 201.17 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 189 | 0.79 | 0.77 | 0 | 0.26 | 238.39 | 0.65 | 0.45 |
| Hex | 28 | 2C | BD | 4F | 4D | 0 | 1A | EE | 41 | 2D |
| Octal | 50 | 54 | 275 | 117 | 115 | 0 | 32 | 356 | 101 | 55 |
| Binary | 101000 | 101100 | 10111101 | 1001111 | 1001101 | 0 | 11010 | 11101110 | 1000001 | 101101 |
Color Harmonies of #282CBD
Complementary color
Monochromatic Colors of #282CBD
Black with #282CBD
Text Example
Text Example
White with #282CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CBD; }
p { color: rgb(40,44,189); }
H1.HeaderClassName
{
color: #282CBD;
}
.AnyTagClassName
{
color: #282CBD;
}
</style>
background-color css
<style>
a { background-color: #282CBD; }
a { background-color: rgb(40,44,189); }
div.DivClassName
{
background-color: #282CBD;
}
.BgClassName
{
background-color: #282CBD;
}
</style>
border-color css
<style>
span { border-color: #282CBD; }
span { border-color: rgb(40,44,189); }
td.TdClassName
{
border-color: #282CBD;
}
.TagClassName
{
border-color: #282CBD;
}
</style>