Shades of Persian Blue #283ECA
Tints of Persian Blue #283ECA
RGB
CMYK
RGB Variations
Color information
#283ECA (or 0x283ECA) is known color: Persian Blue. HEX triplet: 28, 3E and CA. RGB value is (40,62,202). Sum of RGB (Red+Green+Blue) = 40+62+202=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #283ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ECA is #D7C135. Grayscale: #464646. Windows color (decimal): -14139702 or 13254184. OLE color: 13254184.
HSL color Cylindrical-coordinate representation of color #283ECA: hue angle of 231.85º 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 #283ECA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 62 | 202 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.21 |
| HSL | 231.85º | 0.67% | 0.47% | - |
| HSV(B) | 231.85º | 0.8% | 0.79% | - |
| XYZ | 13.26 | 8.16 | 56.75 | - |
| YUV | 71.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 202 | 0.80 | 0.69 | 0 | 0.21 | 231.85 | 0.67 | 0.47 |
| Hex | 28 | 3E | CA | 50 | 45 | 0 | 15 | E8 | 43 | 2F |
| Octal | 50 | 76 | 312 | 120 | 105 | 0 | 25 | 350 | 103 | 57 |
| Binary | 101000 | 111110 | 11001010 | 1010000 | 1000101 | 0 | 10101 | 11101000 | 1000011 | 101111 |
Color Harmonies of #283ECA
Complementary color
Monochromatic Colors of #283ECA
Black with #283ECA
Text Example
Text Example
White with #283ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283ECA; }
p { color: rgb(40,62,202); }
H1.HeaderClassName
{
color: #283ECA;
}
.AnyTagClassName
{
color: #283ECA;
}
</style>
background-color css
<style>
a { background-color: #283ECA; }
a { background-color: rgb(40,62,202); }
div.DivClassName
{
background-color: #283ECA;
}
.BgClassName
{
background-color: #283ECA;
}
</style>
border-color css
<style>
span { border-color: #283ECA; }
span { border-color: rgb(40,62,202); }
td.TdClassName
{
border-color: #283ECA;
}
.TagClassName
{
border-color: #283ECA;
}
</style>