Shades of Persian Blue #283DBD
Tints of Persian Blue #283DBD
RGB
CMYK
RGB Variations
Color information
#283DBD (or 0x283DBD) is known color: Persian Blue. HEX triplet: 28, 3D and BD. RGB value is (40,61,189). Sum of RGB (Red+Green+Blue) = 40+61+189=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #283DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DBD is #D7C242. Grayscale: #444444. Windows color (decimal): -14139971 or 12401960. OLE color: 12401960.
HSL color Cylindrical-coordinate representation of color #283DBD: hue angle of 231.54º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283DBD is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 61 | 189 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.26 |
| HSL | 231.54º | 0.65% | 0.45% | - |
| HSV(B) | 231.54º | 0.79% | 0.74% | - |
| XYZ | 11.73 | 7.46 | 48.97 | - |
| YUV | 69.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 189 | 0.79 | 0.68 | 0 | 0.26 | 231.54 | 0.65 | 0.45 |
| Hex | 28 | 3D | BD | 4F | 44 | 0 | 1A | E8 | 41 | 2D |
| Octal | 50 | 75 | 275 | 117 | 104 | 0 | 32 | 350 | 101 | 55 |
| Binary | 101000 | 111101 | 10111101 | 1001111 | 1000100 | 0 | 11010 | 11101000 | 1000001 | 101101 |
Color Harmonies of #283DBD
Complementary color
Monochromatic Colors of #283DBD
Black with #283DBD
Text Example
Text Example
White with #283DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DBD; }
p { color: rgb(40,61,189); }
H1.HeaderClassName
{
color: #283DBD;
}
.AnyTagClassName
{
color: #283DBD;
}
</style>
background-color css
<style>
a { background-color: #283DBD; }
a { background-color: rgb(40,61,189); }
div.DivClassName
{
background-color: #283DBD;
}
.BgClassName
{
background-color: #283DBD;
}
</style>
border-color css
<style>
span { border-color: #283DBD; }
span { border-color: rgb(40,61,189); }
td.TdClassName
{
border-color: #283DBD;
}
.TagClassName
{
border-color: #283DBD;
}
</style>