Shades of Persian Blue #283CDA
Tints of Persian Blue #283CDA
RGB
CMYK
RGB Variations
Color information
#283CDA (or 0x283CDA) is known color: Persian Blue. HEX triplet: 28, 3C and DA. RGB value is (40,60,218). Sum of RGB (Red+Green+Blue) = 40+60+218=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #283CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CDA is #D7C325. Grayscale: #474747. Windows color (decimal): -14140198 or 14302248. OLE color: 14302248.
HSL color Cylindrical-coordinate representation of color #283CDA: hue angle of 233.26º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283CDA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 60 | 218 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.15 |
| HSL | 233.26º | 0.71% | 0.51% | - |
| HSV(B) | 233.26º | 0.82% | 0.85% | - |
| XYZ | 15.15 | 8.74 | 67.22 | - |
| YUV | 72.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 218 | 0.82 | 0.72 | 0 | 0.15 | 233.26 | 0.71 | 0.51 |
| Hex | 28 | 3C | DA | 52 | 48 | 0 | F | E9 | 47 | 33 |
| Octal | 50 | 74 | 332 | 122 | 110 | 0 | 17 | 351 | 107 | 63 |
| Binary | 101000 | 111100 | 11011010 | 1010010 | 1001000 | 0 | 1111 | 11101001 | 1000111 | 110011 |
Color Harmonies of #283CDA
Complementary color
Monochromatic Colors of #283CDA
Black with #283CDA
Text Example
Text Example
White with #283CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CDA; }
p { color: rgb(40,60,218); }
H1.HeaderClassName
{
color: #283CDA;
}
.AnyTagClassName
{
color: #283CDA;
}
</style>
background-color css
<style>
a { background-color: #283CDA; }
a { background-color: rgb(40,60,218); }
div.DivClassName
{
background-color: #283CDA;
}
.BgClassName
{
background-color: #283CDA;
}
</style>
border-color css
<style>
span { border-color: #283CDA; }
span { border-color: rgb(40,60,218); }
td.TdClassName
{
border-color: #283CDA;
}
.TagClassName
{
border-color: #283CDA;
}
</style>