Shades of Persian Blue #283EBB
Tints of Persian Blue #283EBB
RGB
CMYK
RGB Variations
Color information
#283EBB (or 0x283EBB) is known color: Persian Blue. HEX triplet: 28, 3E and BB. RGB value is (40,62,187). Sum of RGB (Red+Green+Blue) = 40+62+187=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #283EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EBB is #D7C144. Grayscale: #454545. Windows color (decimal): -14139717 or 12271144. OLE color: 12271144.
HSL color Cylindrical-coordinate representation of color #283EBB: hue angle of 231.02º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283EBB is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 62 | 187 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.27 |
| HSL | 231.02º | 0.65% | 0.45% | - |
| HSV(B) | 231.02º | 0.79% | 0.73% | - |
| XYZ | 11.57 | 7.48 | 47.85 | - |
| YUV | 69.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 187 | 0.79 | 0.67 | 0 | 0.27 | 231.02 | 0.65 | 0.45 |
| Hex | 28 | 3E | BB | 4F | 43 | 0 | 1B | E7 | 41 | 2D |
| Octal | 50 | 76 | 273 | 117 | 103 | 0 | 33 | 347 | 101 | 55 |
| Binary | 101000 | 111110 | 10111011 | 1001111 | 1000011 | 0 | 11011 | 11100111 | 1000001 | 101101 |
Color Harmonies of #283EBB
Complementary color
Monochromatic Colors of #283EBB
Black with #283EBB
Text Example
Text Example
White with #283EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283EBB; }
p { color: rgb(40,62,187); }
H1.HeaderClassName
{
color: #283EBB;
}
.AnyTagClassName
{
color: #283EBB;
}
</style>
background-color css
<style>
a { background-color: #283EBB; }
a { background-color: rgb(40,62,187); }
div.DivClassName
{
background-color: #283EBB;
}
.BgClassName
{
background-color: #283EBB;
}
</style>
border-color css
<style>
span { border-color: #283EBB; }
span { border-color: rgb(40,62,187); }
td.TdClassName
{
border-color: #283EBB;
}
.TagClassName
{
border-color: #283EBB;
}
</style>