Shades of Persian Blue #2A2FBC
Tints of Persian Blue #2A2FBC
RGB
CMYK
RGB Variations
Color information
#2A2FBC (or 0x2A2FBC) is known color: Persian Blue. HEX triplet: 2A, 2F and BC. RGB value is (42,47,188). Sum of RGB (Red+Green+Blue) = 42+47+188=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A2FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FBC is #D5D043. Grayscale: #3D3D3D. Windows color (decimal): -14012484 or 12332842. OLE color: 12332842.
HSL color Cylindrical-coordinate representation of color #2A2FBC: hue angle of 237.95º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2FBC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 47 | 188 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.26 |
| HSL | 237.95º | 0.63% | 0.45% | - |
| HSV(B) | 237.95º | 0.78% | 0.74% | - |
| XYZ | 11.05 | 6.16 | 48.18 | - |
| YUV | 61.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 188 | 0.78 | 0.75 | 0 | 0.26 | 237.95 | 0.63 | 0.45 |
| Hex | 2A | 2F | BC | 4E | 4B | 0 | 1A | EE | 3F | 2D |
| Octal | 52 | 57 | 274 | 116 | 113 | 0 | 32 | 356 | 77 | 55 |
| Binary | 101010 | 101111 | 10111100 | 1001110 | 1001011 | 0 | 11010 | 11101110 | 111111 | 101101 |
Color Harmonies of #2A2FBC
Complementary color
Monochromatic Colors of #2A2FBC
Black with #2A2FBC
Text Example
Text Example
White with #2A2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FBC; }
p { color: rgb(42,47,188); }
H1.HeaderClassName
{
color: #2A2FBC;
}
.AnyTagClassName
{
color: #2A2FBC;
}
</style>
background-color css
<style>
a { background-color: #2A2FBC; }
a { background-color: rgb(42,47,188); }
div.DivClassName
{
background-color: #2A2FBC;
}
.BgClassName
{
background-color: #2A2FBC;
}
</style>
border-color css
<style>
span { border-color: #2A2FBC; }
span { border-color: rgb(42,47,188); }
td.TdClassName
{
border-color: #2A2FBC;
}
.TagClassName
{
border-color: #2A2FBC;
}
</style>