Shades of Persian Blue #283FB6
Tints of Persian Blue #283FB6
RGB
CMYK
RGB Variations
Color information
#283FB6 (or 0x283FB6) is known color: Persian Blue. HEX triplet: 28, 3F and B6. RGB value is (40,63,182). Sum of RGB (Red+Green+Blue) = 40+63+182=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #283FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FB6 is #D7C049. Grayscale: #454545. Windows color (decimal): -14139466 or 11943720. OLE color: 11943720.
HSL color Cylindrical-coordinate representation of color #283FB6: hue angle of 230.28º 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 #283FB6 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 63 | 182 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.29 |
| HSL | 230.28º | 0.64% | 0.44% | - |
| HSV(B) | 230.28º | 0.78% | 0.71% | - |
| XYZ | 11.1 | 7.38 | 45.1 | - |
| YUV | 69.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 182 | 0.78 | 0.65 | 0 | 0.29 | 230.28 | 0.64 | 0.44 |
| Hex | 28 | 3F | B6 | 4E | 41 | 0 | 1D | E6 | 40 | 2C |
| Octal | 50 | 77 | 266 | 116 | 101 | 0 | 35 | 346 | 100 | 54 |
| Binary | 101000 | 111111 | 10110110 | 1001110 | 1000001 | 0 | 11101 | 11100110 | 1000000 | 101100 |
Color Harmonies of #283FB6
Complementary color
Monochromatic Colors of #283FB6
Black with #283FB6
Text Example
Text Example
White with #283FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FB6; }
p { color: rgb(40,63,182); }
H1.HeaderClassName
{
color: #283FB6;
}
.AnyTagClassName
{
color: #283FB6;
}
</style>
background-color css
<style>
a { background-color: #283FB6; }
a { background-color: rgb(40,63,182); }
div.DivClassName
{
background-color: #283FB6;
}
.BgClassName
{
background-color: #283FB6;
}
</style>
border-color css
<style>
span { border-color: #283FB6; }
span { border-color: rgb(40,63,182); }
td.TdClassName
{
border-color: #283FB6;
}
.TagClassName
{
border-color: #283FB6;
}
</style>