Shades of Persian Blue #283CB8
Tints of Persian Blue #283CB8
RGB
CMYK
RGB Variations
Color information
#283CB8 (or 0x283CB8) is known color: Persian Blue. HEX triplet: 28, 3C and B8. RGB value is (40,60,184). Sum of RGB (Red+Green+Blue) = 40+60+184=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #283CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CB8 is #D7C347. Grayscale: #434343. Windows color (decimal): -14140232 or 12074024. OLE color: 12074024.
HSL color Cylindrical-coordinate representation of color #283CB8: hue angle of 231.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283CB8 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 60 | 184 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.28 |
| HSL | 231.67º | 0.64% | 0.44% | - |
| HSV(B) | 231.67º | 0.78% | 0.72% | - |
| XYZ | 11.14 | 7.14 | 46.14 | - |
| YUV | 68.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 184 | 0.78 | 0.67 | 0 | 0.28 | 231.67 | 0.64 | 0.44 |
| Hex | 28 | 3C | B8 | 4E | 43 | 0 | 1C | E8 | 40 | 2C |
| Octal | 50 | 74 | 270 | 116 | 103 | 0 | 34 | 350 | 100 | 54 |
| Binary | 101000 | 111100 | 10111000 | 1001110 | 1000011 | 0 | 11100 | 11101000 | 1000000 | 101100 |
Color Harmonies of #283CB8
Complementary color
Monochromatic Colors of #283CB8
Black with #283CB8
Text Example
Text Example
White with #283CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CB8; }
p { color: rgb(40,60,184); }
H1.HeaderClassName
{
color: #283CB8;
}
.AnyTagClassName
{
color: #283CB8;
}
</style>
background-color css
<style>
a { background-color: #283CB8; }
a { background-color: rgb(40,60,184); }
div.DivClassName
{
background-color: #283CB8;
}
.BgClassName
{
background-color: #283CB8;
}
</style>
border-color css
<style>
span { border-color: #283CB8; }
span { border-color: rgb(40,60,184); }
td.TdClassName
{
border-color: #283CB8;
}
.TagClassName
{
border-color: #283CB8;
}
</style>