Shades of Persian Blue #283DDC
Tints of Persian Blue #283DDC
RGB
CMYK
RGB Variations
Color information
#283DDC (or 0x283DDC) is known color: Persian Blue. HEX triplet: 28, 3D and DC. RGB value is (40,61,220). Sum of RGB (Red+Green+Blue) = 40+61+220=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #283DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDC is #D7C223. Grayscale: #484848. Windows color (decimal): -14139940 or 14433576. OLE color: 14433576.
HSL color Cylindrical-coordinate representation of color #283DDC: hue angle of 233º 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 #283DDC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 61 | 220 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.14 |
| HSL | 233º | 0.72% | 0.51% | - |
| HSV(B) | 233º | 0.82% | 0.86% | - |
| XYZ | 15.46 | 8.96 | 68.62 | - |
| YUV | 72.85 | 211.04 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 220 | 0.82 | 0.72 | 0 | 0.14 | 233 | 0.72 | 0.51 |
| Hex | 28 | 3D | DC | 52 | 48 | 0 | E | E9 | 48 | 33 |
| Octal | 50 | 75 | 334 | 122 | 110 | 0 | 16 | 351 | 110 | 63 |
| Binary | 101000 | 111101 | 11011100 | 1010010 | 1001000 | 0 | 1110 | 11101001 | 1001000 | 110011 |
Color Harmonies of #283DDC
Complementary color
Monochromatic Colors of #283DDC
Black with #283DDC
Text Example
Text Example
White with #283DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DDC; }
p { color: rgb(40,61,220); }
H1.HeaderClassName
{
color: #283DDC;
}
.AnyTagClassName
{
color: #283DDC;
}
</style>
background-color css
<style>
a { background-color: #283DDC; }
a { background-color: rgb(40,61,220); }
div.DivClassName
{
background-color: #283DDC;
}
.BgClassName
{
background-color: #283DDC;
}
</style>
border-color css
<style>
span { border-color: #283DDC; }
span { border-color: rgb(40,61,220); }
td.TdClassName
{
border-color: #283DDC;
}
.TagClassName
{
border-color: #283DDC;
}
</style>