Shades of Persian Blue #283FD0
Tints of Persian Blue #283FD0
RGB
CMYK
RGB Variations
Color information
#283FD0 (or 0x283FD0) is known color: Persian Blue. HEX triplet: 28, 3F and D0. RGB value is (40,63,208). Sum of RGB (Red+Green+Blue) = 40+63+208=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #283FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FD0 is #D7C02F. Grayscale: #484848. Windows color (decimal): -14139440 or 13647656. OLE color: 13647656.
HSL color Cylindrical-coordinate representation of color #283FD0: hue angle of 231.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283FD0 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 63 | 208 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.18 |
| HSL | 231.79º | 0.68% | 0.49% | - |
| HSV(B) | 231.79º | 0.81% | 0.82% | - |
| XYZ | 14.04 | 8.56 | 60.59 | - |
| YUV | 72.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 208 | 0.81 | 0.70 | 0 | 0.18 | 231.79 | 0.68 | 0.49 |
| Hex | 28 | 3F | D0 | 51 | 46 | 0 | 12 | E8 | 44 | 31 |
| Octal | 50 | 77 | 320 | 121 | 106 | 0 | 22 | 350 | 104 | 61 |
| Binary | 101000 | 111111 | 11010000 | 1010001 | 1000110 | 0 | 10010 | 11101000 | 1000100 | 110001 |
Color Harmonies of #283FD0
Complementary color
Monochromatic Colors of #283FD0
Black with #283FD0
Text Example
Text Example
White with #283FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FD0; }
p { color: rgb(40,63,208); }
H1.HeaderClassName
{
color: #283FD0;
}
.AnyTagClassName
{
color: #283FD0;
}
</style>
background-color css
<style>
a { background-color: #283FD0; }
a { background-color: rgb(40,63,208); }
div.DivClassName
{
background-color: #283FD0;
}
.BgClassName
{
background-color: #283FD0;
}
</style>
border-color css
<style>
span { border-color: #283FD0; }
span { border-color: rgb(40,63,208); }
td.TdClassName
{
border-color: #283FD0;
}
.TagClassName
{
border-color: #283FD0;
}
</style>