Shades of Persian Blue #2830BC
Tints of Persian Blue #2830BC
RGB
CMYK
RGB Variations
Color information
#2830BC (or 0x2830BC) is known color: Persian Blue. HEX triplet: 28, 30 and BC. RGB value is (40,48,188). Sum of RGB (Red+Green+Blue) = 40+48+188=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #2830BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830BC is #D7CF43. Grayscale: #3D3D3D. Windows color (decimal): -14143300 or 12333096. OLE color: 12333096.
HSL color Cylindrical-coordinate representation of color #2830BC: hue angle of 236.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2830BC is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 48 | 188 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.26 |
| HSL | 236.76º | 0.65% | 0.45% | - |
| HSV(B) | 236.76º | 0.79% | 0.74% | - |
| XYZ | 11.01 | 6.2 | 48.19 | - |
| YUV | 61.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 188 | 0.79 | 0.74 | 0 | 0.26 | 236.76 | 0.65 | 0.45 |
| Hex | 28 | 30 | BC | 4F | 4A | 0 | 1A | ED | 41 | 2D |
| Octal | 50 | 60 | 274 | 117 | 112 | 0 | 32 | 355 | 101 | 55 |
| Binary | 101000 | 110000 | 10111100 | 1001111 | 1001010 | 0 | 11010 | 11101101 | 1000001 | 101101 |
Color Harmonies of #2830BC
Complementary color
Monochromatic Colors of #2830BC
Black with #2830BC
Text Example
Text Example
White with #2830BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2830BC; }
p { color: rgb(40,48,188); }
H1.HeaderClassName
{
color: #2830BC;
}
.AnyTagClassName
{
color: #2830BC;
}
</style>
background-color css
<style>
a { background-color: #2830BC; }
a { background-color: rgb(40,48,188); }
div.DivClassName
{
background-color: #2830BC;
}
.BgClassName
{
background-color: #2830BC;
}
</style>
border-color css
<style>
span { border-color: #2830BC; }
span { border-color: rgb(40,48,188); }
td.TdClassName
{
border-color: #2830BC;
}
.TagClassName
{
border-color: #2830BC;
}
</style>