Shades of Persian Blue #283BBE
Tints of Persian Blue #283BBE
RGB
CMYK
RGB Variations
Color information
#283BBE (or 0x283BBE) is known color: Persian Blue. HEX triplet: 28, 3B and BE. RGB value is (40,59,190). Sum of RGB (Red+Green+Blue) = 40+59+190=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #283BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BBE is #D7C441. Grayscale: #434343. Windows color (decimal): -14140482 or 12466984. OLE color: 12466984.
HSL color Cylindrical-coordinate representation of color #283BBE: hue angle of 232.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283BBE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 59 | 190 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.25 |
| HSL | 232.4º | 0.65% | 0.45% | - |
| HSV(B) | 232.4º | 0.79% | 0.75% | - |
| XYZ | 11.73 | 7.3 | 49.51 | - |
| YUV | 68.25 | 196.71 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 190 | 0.79 | 0.69 | 0 | 0.25 | 232.4 | 0.65 | 0.45 |
| Hex | 28 | 3B | BE | 4F | 45 | 0 | 19 | E8 | 41 | 2D |
| Octal | 50 | 73 | 276 | 117 | 105 | 0 | 31 | 350 | 101 | 55 |
| Binary | 101000 | 111011 | 10111110 | 1001111 | 1000101 | 0 | 11001 | 11101000 | 1000001 | 101101 |
Color Harmonies of #283BBE
Complementary color
Monochromatic Colors of #283BBE
Black with #283BBE
Text Example
Text Example
White with #283BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BBE; }
p { color: rgb(40,59,190); }
H1.HeaderClassName
{
color: #283BBE;
}
.AnyTagClassName
{
color: #283BBE;
}
</style>
background-color css
<style>
a { background-color: #283BBE; }
a { background-color: rgb(40,59,190); }
div.DivClassName
{
background-color: #283BBE;
}
.BgClassName
{
background-color: #283BBE;
}
</style>
border-color css
<style>
span { border-color: #283BBE; }
span { border-color: rgb(40,59,190); }
td.TdClassName
{
border-color: #283BBE;
}
.TagClassName
{
border-color: #283BBE;
}
</style>