Shades of Persian Blue #283CDC
Tints of Persian Blue #283CDC
RGB
CMYK
RGB Variations
Color information
#283CDC (or 0x283CDC) is known color: Persian Blue. HEX triplet: 28, 3C and DC. RGB value is (40,60,220). Sum of RGB (Red+Green+Blue) = 40+60+220=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #283CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDC is #D7C323. Grayscale: #474747. Windows color (decimal): -14140196 or 14433320. OLE color: 14433320.
HSL color Cylindrical-coordinate representation of color #283CDC: hue angle of 233.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CDC is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 60 | 220 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.14 |
| HSL | 233.33º | 0.72% | 0.51% | - |
| HSV(B) | 233.33º | 0.82% | 0.86% | - |
| XYZ | 15.41 | 8.85 | 68.61 | - |
| YUV | 72.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 220 | 0.82 | 0.73 | 0 | 0.14 | 233.33 | 0.72 | 0.51 |
| Hex | 28 | 3C | DC | 52 | 49 | 0 | E | E9 | 48 | 33 |
| Octal | 50 | 74 | 334 | 122 | 111 | 0 | 16 | 351 | 110 | 63 |
| Binary | 101000 | 111100 | 11011100 | 1010010 | 1001001 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #283CDC
Complementary color
Monochromatic Colors of #283CDC
Black with #283CDC
Text Example
Text Example
White with #283CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CDC; }
p { color: rgb(40,60,220); }
H1.HeaderClassName
{
color: #283CDC;
}
.AnyTagClassName
{
color: #283CDC;
}
</style>
background-color css
<style>
a { background-color: #283CDC; }
a { background-color: rgb(40,60,220); }
div.DivClassName
{
background-color: #283CDC;
}
.BgClassName
{
background-color: #283CDC;
}
</style>
border-color css
<style>
span { border-color: #283CDC; }
span { border-color: rgb(40,60,220); }
td.TdClassName
{
border-color: #283CDC;
}
.TagClassName
{
border-color: #283CDC;
}
</style>