Shades of Persian Blue #283FCA
Tints of Persian Blue #283FCA
RGB
CMYK
RGB Variations
Color information
#283FCA (or 0x283FCA) is known color: Persian Blue. HEX triplet: 28, 3F and CA. RGB value is (40,63,202). Sum of RGB (Red+Green+Blue) = 40+63+202=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #283FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283FCA is #D7C035. Grayscale: #474747. Windows color (decimal): -14139446 or 13254440. OLE color: 13254440.
HSL color Cylindrical-coordinate representation of color #283FCA: hue angle of 231.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283FCA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 63 | 202 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.21 |
| HSL | 231.48º | 0.67% | 0.47% | - |
| HSV(B) | 231.48º | 0.8% | 0.79% | - |
| XYZ | 13.31 | 8.27 | 56.77 | - |
| YUV | 71.97 | 201.38 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 202 | 0.80 | 0.69 | 0 | 0.21 | 231.48 | 0.67 | 0.47 |
| Hex | 28 | 3F | CA | 50 | 45 | 0 | 15 | E7 | 43 | 2F |
| Octal | 50 | 77 | 312 | 120 | 105 | 0 | 25 | 347 | 103 | 57 |
| Binary | 101000 | 111111 | 11001010 | 1010000 | 1000101 | 0 | 10101 | 11100111 | 1000011 | 101111 |
Color Harmonies of #283FCA
Complementary color
Monochromatic Colors of #283FCA
Black with #283FCA
Text Example
Text Example
White with #283FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FCA; }
p { color: rgb(40,63,202); }
H1.HeaderClassName
{
color: #283FCA;
}
.AnyTagClassName
{
color: #283FCA;
}
</style>
background-color css
<style>
a { background-color: #283FCA; }
a { background-color: rgb(40,63,202); }
div.DivClassName
{
background-color: #283FCA;
}
.BgClassName
{
background-color: #283FCA;
}
</style>
border-color css
<style>
span { border-color: #283FCA; }
span { border-color: rgb(40,63,202); }
td.TdClassName
{
border-color: #283FCA;
}
.TagClassName
{
border-color: #283FCA;
}
</style>