Shades of Persian Blue #2A30B3
Tints of Persian Blue #2A30B3
RGB
CMYK
RGB Variations
Color information
#2A30B3 (or 0x2A30B3) is known color: Persian Blue. HEX triplet: 2A, 30 and B3. RGB value is (42,48,179). Sum of RGB (Red+Green+Blue) = 42+48+179=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A30B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A30B3 is #D5CF4C. Grayscale: #3C3C3C. Windows color (decimal): -14012237 or 11743274. OLE color: 11743274.
HSL color Cylindrical-coordinate representation of color #2A30B3: hue angle of 237.37º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A30B3 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 48 | 179 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.30 |
| HSL | 237.37º | 0.62% | 0.43% | - |
| HSV(B) | 237.37º | 0.77% | 0.7% | - |
| XYZ | 10.15 | 5.86 | 43.24 | - |
| YUV | 61.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 179 | 0.77 | 0.73 | 0 | 0.30 | 237.37 | 0.62 | 0.43 |
| Hex | 2A | 30 | B3 | 4D | 49 | 0 | 1E | ED | 3E | 2B |
| Octal | 52 | 60 | 263 | 115 | 111 | 0 | 36 | 355 | 76 | 53 |
| Binary | 101010 | 110000 | 10110011 | 1001101 | 1001001 | 0 | 11110 | 11101101 | 111110 | 101011 |
Color Harmonies of #2A30B3
Complementary color
Monochromatic Colors of #2A30B3
Black with #2A30B3
Text Example
Text Example
White with #2A30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A30B3; }
p { color: rgb(42,48,179); }
H1.HeaderClassName
{
color: #2A30B3;
}
.AnyTagClassName
{
color: #2A30B3;
}
</style>
background-color css
<style>
a { background-color: #2A30B3; }
a { background-color: rgb(42,48,179); }
div.DivClassName
{
background-color: #2A30B3;
}
.BgClassName
{
background-color: #2A30B3;
}
</style>
border-color css
<style>
span { border-color: #2A30B3; }
span { border-color: rgb(42,48,179); }
td.TdClassName
{
border-color: #2A30B3;
}
.TagClassName
{
border-color: #2A30B3;
}
</style>