Shades of Persian Blue #2A2DBC
Tints of Persian Blue #2A2DBC
RGB
CMYK
RGB Variations
Color information
#2A2DBC (or 0x2A2DBC) is known color: Persian Blue. HEX triplet: 2A, 2D and BC. RGB value is (42,45,188). Sum of RGB (Red+Green+Blue) = 42+45+188=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A2DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2DBC is #D5D243. Grayscale: #3B3B3B. Windows color (decimal): -14012996 or 12332330. OLE color: 12332330.
HSL color Cylindrical-coordinate representation of color #2A2DBC: hue angle of 238.77º 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 #2A2DBC is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 45 | 188 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.26 |
| HSL | 238.77º | 0.63% | 0.45% | - |
| HSV(B) | 238.77º | 0.78% | 0.74% | - |
| XYZ | 10.97 | 6 | 48.16 | - |
| YUV | 60.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 188 | 0.78 | 0.76 | 0 | 0.26 | 238.77 | 0.63 | 0.45 |
| Hex | 2A | 2D | BC | 4E | 4C | 0 | 1A | EF | 3F | 2D |
| Octal | 52 | 55 | 274 | 116 | 114 | 0 | 32 | 357 | 77 | 55 |
| Binary | 101010 | 101101 | 10111100 | 1001110 | 1001100 | 0 | 11010 | 11101111 | 111111 | 101101 |
Color Harmonies of #2A2DBC
Complementary color
Monochromatic Colors of #2A2DBC
Black with #2A2DBC
Text Example
Text Example
White with #2A2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DBC; }
p { color: rgb(42,45,188); }
H1.HeaderClassName
{
color: #2A2DBC;
}
.AnyTagClassName
{
color: #2A2DBC;
}
</style>
background-color css
<style>
a { background-color: #2A2DBC; }
a { background-color: rgb(42,45,188); }
div.DivClassName
{
background-color: #2A2DBC;
}
.BgClassName
{
background-color: #2A2DBC;
}
</style>
border-color css
<style>
span { border-color: #2A2DBC; }
span { border-color: rgb(42,45,188); }
td.TdClassName
{
border-color: #2A2DBC;
}
.TagClassName
{
border-color: #2A2DBC;
}
</style>