Shades of Persian Blue #282BC2
Tints of Persian Blue #282BC2
RGB
CMYK
RGB Variations
Color information
#282BC2 (or 0x282BC2) is known color: Persian Blue. HEX triplet: 28, 2B and C2. RGB value is (40,43,194). Sum of RGB (Red+Green+Blue) = 40+43+194=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 194 (76.17% from 255 or 70.04% from 277); Max value from RGB is 194 - color contains mainly: blue. Hex color #282BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282BC2 is #D7D43D. Grayscale: #3A3A3A. Windows color (decimal): -14144574 or 12725032. OLE color: 12725032.
HSL color Cylindrical-coordinate representation of color #282BC2: hue angle of 238.83º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282BC2 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 43 | 194 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.24 |
| HSL | 238.83º | 0.66% | 0.46% | - |
| HSV(B) | 238.83º | 0.79% | 0.76% | - |
| XYZ | 11.48 | 6.07 | 51.61 | - |
| YUV | 59.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 194 | 0.79 | 0.78 | 0 | 0.24 | 238.83 | 0.66 | 0.46 |
| Hex | 28 | 2B | C2 | 4F | 4E | 0 | 18 | EF | 42 | 2E |
| Octal | 50 | 53 | 302 | 117 | 116 | 0 | 30 | 357 | 102 | 56 |
| Binary | 101000 | 101011 | 11000010 | 1001111 | 1001110 | 0 | 11000 | 11101111 | 1000010 | 101110 |
Color Harmonies of #282BC2
Complementary color
Monochromatic Colors of #282BC2
Black with #282BC2
Text Example
Text Example
White with #282BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BC2; }
p { color: rgb(40,43,194); }
H1.HeaderClassName
{
color: #282BC2;
}
.AnyTagClassName
{
color: #282BC2;
}
</style>
background-color css
<style>
a { background-color: #282BC2; }
a { background-color: rgb(40,43,194); }
div.DivClassName
{
background-color: #282BC2;
}
.BgClassName
{
background-color: #282BC2;
}
</style>
border-color css
<style>
span { border-color: #282BC2; }
span { border-color: rgb(40,43,194); }
td.TdClassName
{
border-color: #282BC2;
}
.TagClassName
{
border-color: #282BC2;
}
</style>