Shades of Persian Blue #283DB6
Tints of Persian Blue #283DB6
RGB
CMYK
RGB Variations
Color information
#283DB6 (or 0x283DB6) is known color: Persian Blue. HEX triplet: 28, 3D and B6. RGB value is (40,61,182). Sum of RGB (Red+Green+Blue) = 40+61+182=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #283DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DB6 is #D7C249. Grayscale: #444444. Windows color (decimal): -14139978 or 11943208. OLE color: 11943208.
HSL color Cylindrical-coordinate representation of color #283DB6: hue angle of 231.13º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283DB6 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 61 | 182 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.29 |
| HSL | 231.13º | 0.64% | 0.44% | - |
| HSV(B) | 231.13º | 0.78% | 0.71% | - |
| XYZ | 10.99 | 7.17 | 45.06 | - |
| YUV | 68.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 182 | 0.78 | 0.66 | 0 | 0.29 | 231.13 | 0.64 | 0.44 |
| Hex | 28 | 3D | B6 | 4E | 42 | 0 | 1D | E7 | 40 | 2C |
| Octal | 50 | 75 | 266 | 116 | 102 | 0 | 35 | 347 | 100 | 54 |
| Binary | 101000 | 111101 | 10110110 | 1001110 | 1000010 | 0 | 11101 | 11100111 | 1000000 | 101100 |
Color Harmonies of #283DB6
Complementary color
Monochromatic Colors of #283DB6
Black with #283DB6
Text Example
Text Example
White with #283DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DB6; }
p { color: rgb(40,61,182); }
H1.HeaderClassName
{
color: #283DB6;
}
.AnyTagClassName
{
color: #283DB6;
}
</style>
background-color css
<style>
a { background-color: #283DB6; }
a { background-color: rgb(40,61,182); }
div.DivClassName
{
background-color: #283DB6;
}
.BgClassName
{
background-color: #283DB6;
}
</style>
border-color css
<style>
span { border-color: #283DB6; }
span { border-color: rgb(40,61,182); }
td.TdClassName
{
border-color: #283DB6;
}
.TagClassName
{
border-color: #283DB6;
}
</style>