Shades of Persian Blue #283CCF
Tints of Persian Blue #283CCF
RGB
CMYK
RGB Variations
Color information
#283CCF (or 0x283CCF) is known color: Persian Blue. HEX triplet: 28, 3C and CF. RGB value is (40,60,207). Sum of RGB (Red+Green+Blue) = 40+60+207=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #283CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CCF is #D7C330. Grayscale: #464646. Windows color (decimal): -14140209 or 13581352. OLE color: 13581352.
HSL color Cylindrical-coordinate representation of color #283CCF: hue angle of 232.81º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #283CCF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 60 | 207 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.19 |
| HSL | 232.81º | 0.68% | 0.48% | - |
| HSV(B) | 232.81º | 0.81% | 0.81% | - |
| XYZ | 13.75 | 8.19 | 59.89 | - |
| YUV | 70.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 207 | 0.81 | 0.71 | 0 | 0.19 | 232.81 | 0.68 | 0.48 |
| Hex | 28 | 3C | CF | 51 | 47 | 0 | 13 | E9 | 44 | 30 |
| Octal | 50 | 74 | 317 | 121 | 107 | 0 | 23 | 351 | 104 | 60 |
| Binary | 101000 | 111100 | 11001111 | 1010001 | 1000111 | 0 | 10011 | 11101001 | 1000100 | 110000 |
Color Harmonies of #283CCF
Complementary color
Monochromatic Colors of #283CCF
Black with #283CCF
Text Example
Text Example
White with #283CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CCF; }
p { color: rgb(40,60,207); }
H1.HeaderClassName
{
color: #283CCF;
}
.AnyTagClassName
{
color: #283CCF;
}
</style>
background-color css
<style>
a { background-color: #283CCF; }
a { background-color: rgb(40,60,207); }
div.DivClassName
{
background-color: #283CCF;
}
.BgClassName
{
background-color: #283CCF;
}
</style>
border-color css
<style>
span { border-color: #283CCF; }
span { border-color: rgb(40,60,207); }
td.TdClassName
{
border-color: #283CCF;
}
.TagClassName
{
border-color: #283CCF;
}
</style>