Shades of Persian Blue #283FBD
Tints of Persian Blue #283FBD
RGB
CMYK
RGB Variations
Color information
#283FBD (or 0x283FBD) is known color: Persian Blue. HEX triplet: 28, 3F and BD. RGB value is (40,63,189). Sum of RGB (Red+Green+Blue) = 40+63+189=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #283FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FBD is #D7C042. Grayscale: #454545. Windows color (decimal): -14139459 or 12402472. OLE color: 12402472.
HSL color Cylindrical-coordinate representation of color #283FBD: hue angle of 230.74º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283FBD is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 63 | 189 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.26 |
| HSL | 230.74º | 0.65% | 0.45% | - |
| HSV(B) | 230.74º | 0.79% | 0.74% | - |
| XYZ | 11.84 | 7.68 | 49 | - |
| YUV | 70.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 189 | 0.79 | 0.67 | 0 | 0.26 | 230.74 | 0.65 | 0.45 |
| Hex | 28 | 3F | BD | 4F | 43 | 0 | 1A | E7 | 41 | 2D |
| Octal | 50 | 77 | 275 | 117 | 103 | 0 | 32 | 347 | 101 | 55 |
| Binary | 101000 | 111111 | 10111101 | 1001111 | 1000011 | 0 | 11010 | 11100111 | 1000001 | 101101 |
Color Harmonies of #283FBD
Complementary color
Monochromatic Colors of #283FBD
Black with #283FBD
Text Example
Text Example
White with #283FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FBD; }
p { color: rgb(40,63,189); }
H1.HeaderClassName
{
color: #283FBD;
}
.AnyTagClassName
{
color: #283FBD;
}
</style>
background-color css
<style>
a { background-color: #283FBD; }
a { background-color: rgb(40,63,189); }
div.DivClassName
{
background-color: #283FBD;
}
.BgClassName
{
background-color: #283FBD;
}
</style>
border-color css
<style>
span { border-color: #283FBD; }
span { border-color: rgb(40,63,189); }
td.TdClassName
{
border-color: #283FBD;
}
.TagClassName
{
border-color: #283FBD;
}
</style>