Shades of Persian Blue #283BD9
Tints of Persian Blue #283BD9
RGB
CMYK
RGB Variations
Color information
#283BD9 (or 0x283BD9) is known color: Persian Blue. HEX triplet: 28, 3B and D9. RGB value is (40,59,217). Sum of RGB (Red+Green+Blue) = 40+59+217=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #283BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283BD9 is #D7C426. Grayscale: #464646. Windows color (decimal): -14140455 or 14236456. OLE color: 14236456.
HSL color Cylindrical-coordinate representation of color #283BD9: hue angle of 233.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283BD9 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 59 | 217 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.15 |
| HSL | 233.56º | 0.7% | 0.5% | - |
| HSV(B) | 233.56º | 0.82% | 0.85% | - |
| XYZ | 14.96 | 8.59 | 66.51 | - |
| YUV | 71.33 | 210.21 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 217 | 0.82 | 0.73 | 0 | 0.15 | 233.56 | 0.7 | 0.5 |
| Hex | 28 | 3B | D9 | 52 | 49 | 0 | F | EA | 46 | 32 |
| Octal | 50 | 73 | 331 | 122 | 111 | 0 | 17 | 352 | 106 | 62 |
| Binary | 101000 | 111011 | 11011001 | 1010010 | 1001001 | 0 | 1111 | 11101010 | 1000110 | 110010 |
Color Harmonies of #283BD9
Complementary color
Monochromatic Colors of #283BD9
Black with #283BD9
Text Example
Text Example
White with #283BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BD9; }
p { color: rgb(40,59,217); }
H1.HeaderClassName
{
color: #283BD9;
}
.AnyTagClassName
{
color: #283BD9;
}
</style>
background-color css
<style>
a { background-color: #283BD9; }
a { background-color: rgb(40,59,217); }
div.DivClassName
{
background-color: #283BD9;
}
.BgClassName
{
background-color: #283BD9;
}
</style>
border-color css
<style>
span { border-color: #283BD9; }
span { border-color: rgb(40,59,217); }
td.TdClassName
{
border-color: #283BD9;
}
.TagClassName
{
border-color: #283BD9;
}
</style>