Shades of Persian Blue #2A2FBB
Tints of Persian Blue #2A2FBB
RGB
CMYK
RGB Variations
Color information
#2A2FBB (or 0x2A2FBB) is known color: Persian Blue. HEX triplet: 2A, 2F and BB. RGB value is (42,47,187). Sum of RGB (Red+Green+Blue) = 42+47+187=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FBB is #D5D044. Grayscale: #3C3C3C. Windows color (decimal): -14012485 or 12267306. OLE color: 12267306.
HSL color Cylindrical-coordinate representation of color #2A2FBB: hue angle of 237.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A2FBB is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 47 | 187 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.27 |
| HSL | 237.93º | 0.63% | 0.45% | - |
| HSV(B) | 237.93º | 0.78% | 0.73% | - |
| XYZ | 10.94 | 6.11 | 47.62 | - |
| YUV | 61.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 187 | 0.78 | 0.75 | 0 | 0.27 | 237.93 | 0.63 | 0.45 |
| Hex | 2A | 2F | BB | 4E | 4B | 0 | 1B | EE | 3F | 2D |
| Octal | 52 | 57 | 273 | 116 | 113 | 0 | 33 | 356 | 77 | 55 |
| Binary | 101010 | 101111 | 10111011 | 1001110 | 1001011 | 0 | 11011 | 11101110 | 111111 | 101101 |
Color Harmonies of #2A2FBB
Complementary color
Monochromatic Colors of #2A2FBB
Black with #2A2FBB
Text Example
Text Example
White with #2A2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FBB; }
p { color: rgb(42,47,187); }
H1.HeaderClassName
{
color: #2A2FBB;
}
.AnyTagClassName
{
color: #2A2FBB;
}
</style>
background-color css
<style>
a { background-color: #2A2FBB; }
a { background-color: rgb(42,47,187); }
div.DivClassName
{
background-color: #2A2FBB;
}
.BgClassName
{
background-color: #2A2FBB;
}
</style>
border-color css
<style>
span { border-color: #2A2FBB; }
span { border-color: rgb(42,47,187); }
td.TdClassName
{
border-color: #2A2FBB;
}
.TagClassName
{
border-color: #2A2FBB;
}
</style>