Shades of Persian Blue #283FBB
Tints of Persian Blue #283FBB
RGB
CMYK
RGB Variations
Color information
#283FBB (or 0x283FBB) is known color: Persian Blue. HEX triplet: 28, 3F and BB. RGB value is (40,63,187). Sum of RGB (Red+Green+Blue) = 40+63+187=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #283FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FBB is #D7C044. Grayscale: #454545. Windows color (decimal): -14139461 or 12271400. OLE color: 12271400.
HSL color Cylindrical-coordinate representation of color #283FBB: hue angle of 230.61º 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 #283FBB is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 63 | 187 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.27 |
| HSL | 230.61º | 0.65% | 0.45% | - |
| HSV(B) | 230.61º | 0.79% | 0.73% | - |
| XYZ | 11.62 | 7.59 | 47.87 | - |
| YUV | 70.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 187 | 0.79 | 0.66 | 0 | 0.27 | 230.61 | 0.65 | 0.45 |
| Hex | 28 | 3F | BB | 4F | 42 | 0 | 1B | E7 | 41 | 2D |
| Octal | 50 | 77 | 273 | 117 | 102 | 0 | 33 | 347 | 101 | 55 |
| Binary | 101000 | 111111 | 10111011 | 1001111 | 1000010 | 0 | 11011 | 11100111 | 1000001 | 101101 |
Color Harmonies of #283FBB
Complementary color
Monochromatic Colors of #283FBB
Black with #283FBB
Text Example
Text Example
White with #283FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FBB; }
p { color: rgb(40,63,187); }
H1.HeaderClassName
{
color: #283FBB;
}
.AnyTagClassName
{
color: #283FBB;
}
</style>
background-color css
<style>
a { background-color: #283FBB; }
a { background-color: rgb(40,63,187); }
div.DivClassName
{
background-color: #283FBB;
}
.BgClassName
{
background-color: #283FBB;
}
</style>
border-color css
<style>
span { border-color: #283FBB; }
span { border-color: rgb(40,63,187); }
td.TdClassName
{
border-color: #283FBB;
}
.TagClassName
{
border-color: #283FBB;
}
</style>