Shades of Persian Blue #283CA8
Tints of Persian Blue #283CA8
RGB
CMYK
RGB Variations
Color information
#283CA8 (or 0x283CA8) is known color: Persian Blue. HEX triplet: 28, 3C and A8. RGB value is (40,60,168). Sum of RGB (Red+Green+Blue) = 40+60+168=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #283CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CA8 is #D7C357. Grayscale: #414141. Windows color (decimal): -14140248 or 11025448. OLE color: 11025448.
HSL color Cylindrical-coordinate representation of color #283CA8: hue angle of 230.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283CA8 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 60 | 168 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.34 |
| HSL | 230.63º | 0.62% | 0.41% | - |
| HSV(B) | 230.63º | 0.76% | 0.66% | - |
| XYZ | 9.56 | 6.51 | 37.8 | - |
| YUV | 66.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 168 | 0.76 | 0.64 | 0 | 0.34 | 230.63 | 0.62 | 0.41 |
| Hex | 28 | 3C | A8 | 4C | 40 | 0 | 22 | E7 | 3E | 29 |
| Octal | 50 | 74 | 250 | 114 | 100 | 0 | 42 | 347 | 76 | 51 |
| Binary | 101000 | 111100 | 10101000 | 1001100 | 1000000 | 0 | 100010 | 11100111 | 111110 | 101001 |
Color Harmonies of #283CA8
Complementary color
Monochromatic Colors of #283CA8
Black with #283CA8
Text Example
Text Example
White with #283CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CA8; }
p { color: rgb(40,60,168); }
H1.HeaderClassName
{
color: #283CA8;
}
.AnyTagClassName
{
color: #283CA8;
}
</style>
background-color css
<style>
a { background-color: #283CA8; }
a { background-color: rgb(40,60,168); }
div.DivClassName
{
background-color: #283CA8;
}
.BgClassName
{
background-color: #283CA8;
}
</style>
border-color css
<style>
span { border-color: #283CA8; }
span { border-color: rgb(40,60,168); }
td.TdClassName
{
border-color: #283CA8;
}
.TagClassName
{
border-color: #283CA8;
}
</style>