Shades of Persian Blue #283DB9
Tints of Persian Blue #283DB9
RGB
CMYK
RGB Variations
Color information
#283DB9 (or 0x283DB9) is known color: Persian Blue. HEX triplet: 28, 3D and B9. RGB value is (40,61,185). Sum of RGB (Red+Green+Blue) = 40+61+185=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #283DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DB9 is #D7C246. Grayscale: #444444. Windows color (decimal): -14139975 or 12139816. OLE color: 12139816.
HSL color Cylindrical-coordinate representation of color #283DB9: hue angle of 231.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283DB9 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 61 | 185 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.27 |
| HSL | 231.31º | 0.64% | 0.44% | - |
| HSV(B) | 231.31º | 0.78% | 0.73% | - |
| XYZ | 11.3 | 7.29 | 46.71 | - |
| YUV | 68.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 185 | 0.78 | 0.67 | 0 | 0.27 | 231.31 | 0.64 | 0.44 |
| Hex | 28 | 3D | B9 | 4E | 43 | 0 | 1B | E7 | 40 | 2C |
| Octal | 50 | 75 | 271 | 116 | 103 | 0 | 33 | 347 | 100 | 54 |
| Binary | 101000 | 111101 | 10111001 | 1001110 | 1000011 | 0 | 11011 | 11100111 | 1000000 | 101100 |
Color Harmonies of #283DB9
Complementary color
Monochromatic Colors of #283DB9
Black with #283DB9
Text Example
Text Example
White with #283DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DB9; }
p { color: rgb(40,61,185); }
H1.HeaderClassName
{
color: #283DB9;
}
.AnyTagClassName
{
color: #283DB9;
}
</style>
background-color css
<style>
a { background-color: #283DB9; }
a { background-color: rgb(40,61,185); }
div.DivClassName
{
background-color: #283DB9;
}
.BgClassName
{
background-color: #283DB9;
}
</style>
border-color css
<style>
span { border-color: #283DB9; }
span { border-color: rgb(40,61,185); }
td.TdClassName
{
border-color: #283DB9;
}
.TagClassName
{
border-color: #283DB9;
}
</style>