Shades of Persian Blue #282EB2
Tints of Persian Blue #282EB2
RGB
CMYK
RGB Variations
Color information
#282EB2 (or 0x282EB2) is known color: Persian Blue. HEX triplet: 28, 2E and B2. RGB value is (40,46,178). Sum of RGB (Red+Green+Blue) = 40+46+178=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 178 (69.92% from 255 or 67.42% from 264); Max value from RGB is 178 - color contains mainly: blue. Hex color #282EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EB2 is #D7D14D. Grayscale: #3A3A3A. Windows color (decimal): -14143822 or 11677224. OLE color: 11677224.
HSL color Cylindrical-coordinate representation of color #282EB2: hue angle of 237.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282EB2 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 46 | 178 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.30 |
| HSL | 237.39º | 0.63% | 0.43% | - |
| HSV(B) | 237.39º | 0.78% | 0.7% | - |
| XYZ | 9.89 | 5.62 | 42.68 | - |
| YUV | 59.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 178 | 0.78 | 0.74 | 0 | 0.30 | 237.39 | 0.63 | 0.43 |
| Hex | 28 | 2E | B2 | 4E | 4A | 0 | 1E | ED | 3F | 2B |
| Octal | 50 | 56 | 262 | 116 | 112 | 0 | 36 | 355 | 77 | 53 |
| Binary | 101000 | 101110 | 10110010 | 1001110 | 1001010 | 0 | 11110 | 11101101 | 111111 | 101011 |
Color Harmonies of #282EB2
Complementary color
Monochromatic Colors of #282EB2
Black with #282EB2
Text Example
Text Example
White with #282EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EB2; }
p { color: rgb(40,46,178); }
H1.HeaderClassName
{
color: #282EB2;
}
.AnyTagClassName
{
color: #282EB2;
}
</style>
background-color css
<style>
a { background-color: #282EB2; }
a { background-color: rgb(40,46,178); }
div.DivClassName
{
background-color: #282EB2;
}
.BgClassName
{
background-color: #282EB2;
}
</style>
border-color css
<style>
span { border-color: #282EB2; }
span { border-color: rgb(40,46,178); }
td.TdClassName
{
border-color: #282EB2;
}
.TagClassName
{
border-color: #282EB2;
}
</style>