Shades of Persian Blue #283FBF
Tints of Persian Blue #283FBF
RGB
CMYK
RGB Variations
Color information
#283FBF (or 0x283FBF) is known color: Persian Blue. HEX triplet: 28, 3F and BF. RGB value is (40,63,191). Sum of RGB (Red+Green+Blue) = 40+63+191=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #283FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FBF is #D7C040. Grayscale: #464646. Windows color (decimal): -14139457 or 12533544. OLE color: 12533544.
HSL color Cylindrical-coordinate representation of color #283FBF: hue angle of 230.86º 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 #283FBF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 63 | 191 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.25 |
| HSL | 230.86º | 0.65% | 0.45% | - |
| HSV(B) | 230.86º | 0.79% | 0.75% | - |
| XYZ | 12.06 | 7.77 | 50.15 | - |
| YUV | 70.72 | 195.88 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 191 | 0.79 | 0.67 | 0 | 0.25 | 230.86 | 0.65 | 0.45 |
| Hex | 28 | 3F | BF | 4F | 43 | 0 | 19 | E7 | 41 | 2D |
| Octal | 50 | 77 | 277 | 117 | 103 | 0 | 31 | 347 | 101 | 55 |
| Binary | 101000 | 111111 | 10111111 | 1001111 | 1000011 | 0 | 11001 | 11100111 | 1000001 | 101101 |
Color Harmonies of #283FBF
Complementary color
Monochromatic Colors of #283FBF
Black with #283FBF
Text Example
Text Example
White with #283FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FBF; }
p { color: rgb(40,63,191); }
H1.HeaderClassName
{
color: #283FBF;
}
.AnyTagClassName
{
color: #283FBF;
}
</style>
background-color css
<style>
a { background-color: #283FBF; }
a { background-color: rgb(40,63,191); }
div.DivClassName
{
background-color: #283FBF;
}
.BgClassName
{
background-color: #283FBF;
}
</style>
border-color css
<style>
span { border-color: #283FBF; }
span { border-color: rgb(40,63,191); }
td.TdClassName
{
border-color: #283FBF;
}
.TagClassName
{
border-color: #283FBF;
}
</style>