Shades of Persian Blue #2C30BC
Tints of Persian Blue #2C30BC
RGB
CMYK
RGB Variations
Color information
#2C30BC (or 0x2C30BC) is known color: Persian Blue. HEX triplet: 2C, 30 and BC. RGB value is (44,48,188). Sum of RGB (Red+Green+Blue) = 44+48+188=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C30BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C30BC is #D3CF43. Grayscale: #3E3E3E. Windows color (decimal): -13881156 or 12333100. OLE color: 12333100.
HSL color Cylindrical-coordinate representation of color #2C30BC: hue angle of 238.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C30BC is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 48 | 188 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.26 |
| HSL | 238.33º | 0.62% | 0.45% | - |
| HSV(B) | 238.33º | 0.77% | 0.74% | - |
| XYZ | 11.17 | 6.28 | 48.2 | - |
| YUV | 62.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 48 | 188 | 0.77 | 0.74 | 0 | 0.26 | 238.33 | 0.62 | 0.45 |
| Hex | 2C | 30 | BC | 4D | 4A | 0 | 1A | EE | 3E | 2D |
| Octal | 54 | 60 | 274 | 115 | 112 | 0 | 32 | 356 | 76 | 55 |
| Binary | 101100 | 110000 | 10111100 | 1001101 | 1001010 | 0 | 11010 | 11101110 | 111110 | 101101 |
Color Harmonies of #2C30BC
Complementary color
Monochromatic Colors of #2C30BC
Black with #2C30BC
Text Example
Text Example
White with #2C30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C30BC; }
p { color: rgb(44,48,188); }
H1.HeaderClassName
{
color: #2C30BC;
}
.AnyTagClassName
{
color: #2C30BC;
}
</style>
background-color css
<style>
a { background-color: #2C30BC; }
a { background-color: rgb(44,48,188); }
div.DivClassName
{
background-color: #2C30BC;
}
.BgClassName
{
background-color: #2C30BC;
}
</style>
border-color css
<style>
span { border-color: #2C30BC; }
span { border-color: rgb(44,48,188); }
td.TdClassName
{
border-color: #2C30BC;
}
.TagClassName
{
border-color: #2C30BC;
}
</style>