Shades of Persian Blue #283DDF
Tints of Persian Blue #283DDF
RGB
CMYK
RGB Variations
Color information
#283DDF (or 0x283DDF) is known color: Persian Blue. HEX triplet: 28, 3D and DF. RGB value is (40,61,223). Sum of RGB (Red+Green+Blue) = 40+61+223=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #283DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DDF is #D7C220. Grayscale: #484848. Windows color (decimal): -14139937 or 14630184. OLE color: 14630184.
HSL color Cylindrical-coordinate representation of color #283DDF: hue angle of 233.11º 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 #283DDF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 61 | 223 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.13 |
| HSL | 233.11º | 0.74% | 0.52% | - |
| HSV(B) | 233.11º | 0.82% | 0.87% | - |
| XYZ | 15.86 | 9.12 | 70.74 | - |
| YUV | 73.19 | 212.54 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 223 | 0.82 | 0.73 | 0 | 0.13 | 233.11 | 0.74 | 0.52 |
| Hex | 28 | 3D | DF | 52 | 49 | 0 | D | E9 | 4A | 34 |
| Octal | 50 | 75 | 337 | 122 | 111 | 0 | 15 | 351 | 112 | 64 |
| Binary | 101000 | 111101 | 11011111 | 1010010 | 1001001 | 0 | 1101 | 11101001 | 1001010 | 110100 |
Color Harmonies of #283DDF
Complementary color
Monochromatic Colors of #283DDF
Black with #283DDF
Text Example
Text Example
White with #283DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DDF; }
p { color: rgb(40,61,223); }
H1.HeaderClassName
{
color: #283DDF;
}
.AnyTagClassName
{
color: #283DDF;
}
</style>
background-color css
<style>
a { background-color: #283DDF; }
a { background-color: rgb(40,61,223); }
div.DivClassName
{
background-color: #283DDF;
}
.BgClassName
{
background-color: #283DDF;
}
</style>
border-color css
<style>
span { border-color: #283DDF; }
span { border-color: rgb(40,61,223); }
td.TdClassName
{
border-color: #283DDF;
}
.TagClassName
{
border-color: #283DDF;
}
</style>