Shades of Persian Blue #283CDF
Tints of Persian Blue #283CDF
RGB
CMYK
RGB Variations
Color information
#283CDF (or 0x283CDF) is known color: Persian Blue. HEX triplet: 28, 3C and DF. RGB value is (40,60,223). Sum of RGB (Red+Green+Blue) = 40+60+223=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #283CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDF is #D7C320. Grayscale: #474747. Windows color (decimal): -14140193 or 14629928. OLE color: 14629928.
HSL color Cylindrical-coordinate representation of color #283CDF: hue angle of 233.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CDF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 60 | 223 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.13 |
| HSL | 233.44º | 0.74% | 0.52% | - |
| HSV(B) | 233.44º | 0.82% | 0.87% | - |
| XYZ | 15.81 | 9.01 | 70.72 | - |
| YUV | 72.6 | 212.87 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 223 | 0.82 | 0.73 | 0 | 0.13 | 233.44 | 0.74 | 0.52 |
| Hex | 28 | 3C | DF | 52 | 49 | 0 | D | E9 | 4A | 34 |
| Octal | 50 | 74 | 337 | 122 | 111 | 0 | 15 | 351 | 112 | 64 |
| Binary | 101000 | 111100 | 11011111 | 1010010 | 1001001 | 0 | 1101 | 11101001 | 1001010 | 110100 |
Color Harmonies of #283CDF
Complementary color
Monochromatic Colors of #283CDF
Black with #283CDF
Text Example
Text Example
White with #283CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CDF; }
p { color: rgb(40,60,223); }
H1.HeaderClassName
{
color: #283CDF;
}
.AnyTagClassName
{
color: #283CDF;
}
</style>
background-color css
<style>
a { background-color: #283CDF; }
a { background-color: rgb(40,60,223); }
div.DivClassName
{
background-color: #283CDF;
}
.BgClassName
{
background-color: #283CDF;
}
</style>
border-color css
<style>
span { border-color: #283CDF; }
span { border-color: rgb(40,60,223); }
td.TdClassName
{
border-color: #283CDF;
}
.TagClassName
{
border-color: #283CDF;
}
</style>