Shades of Persian Blue #282EAF
Tints of Persian Blue #282EAF
RGB
CMYK
RGB Variations
Color information
#282EAF (or 0x282EAF) is known color: Persian Blue. HEX triplet: 28, 2E and AF. RGB value is (40,46,175). Sum of RGB (Red+Green+Blue) = 40+46+175=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #282EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EAF is #D7D150. Grayscale: #3A3A3A. Windows color (decimal): -14143825 or 11480616. OLE color: 11480616.
HSL color Cylindrical-coordinate representation of color #282EAF: hue angle of 237.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282EAF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 46 | 175 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.31 |
| HSL | 237.33º | 0.63% | 0.42% | - |
| HSV(B) | 237.33º | 0.77% | 0.69% | - |
| XYZ | 9.59 | 5.5 | 41.11 | - |
| YUV | 58.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 175 | 0.77 | 0.74 | 0 | 0.31 | 237.33 | 0.63 | 0.42 |
| Hex | 28 | 2E | AF | 4D | 4A | 0 | 1F | ED | 3F | 2A |
| Octal | 50 | 56 | 257 | 115 | 112 | 0 | 37 | 355 | 77 | 52 |
| Binary | 101000 | 101110 | 10101111 | 1001101 | 1001010 | 0 | 11111 | 11101101 | 111111 | 101010 |
Color Harmonies of #282EAF
Complementary color
Monochromatic Colors of #282EAF
Black with #282EAF
Text Example
Text Example
White with #282EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EAF; }
p { color: rgb(40,46,175); }
H1.HeaderClassName
{
color: #282EAF;
}
.AnyTagClassName
{
color: #282EAF;
}
</style>
background-color css
<style>
a { background-color: #282EAF; }
a { background-color: rgb(40,46,175); }
div.DivClassName
{
background-color: #282EAF;
}
.BgClassName
{
background-color: #282EAF;
}
</style>
border-color css
<style>
span { border-color: #282EAF; }
span { border-color: rgb(40,46,175); }
td.TdClassName
{
border-color: #282EAF;
}
.TagClassName
{
border-color: #282EAF;
}
</style>