Shades of Persian Blue #2A38BA
Tints of Persian Blue #2A38BA
RGB
CMYK
RGB Variations
Color information
#2A38BA (or 0x2A38BA) is known color: Persian Blue. HEX triplet: 2A, 38 and BA. RGB value is (42,56,186). Sum of RGB (Red+Green+Blue) = 42+56+186=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A38BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A38BA is #D5C745. Grayscale: #424242. Windows color (decimal): -14010182 or 12204074. OLE color: 12204074.
HSL color Cylindrical-coordinate representation of color #2A38BA: hue angle of 234.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A38BA is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 56 | 186 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.27 |
| HSL | 234.17º | 0.63% | 0.45% | - |
| HSV(B) | 234.17º | 0.77% | 0.73% | - |
| XYZ | 11.23 | 6.87 | 47.19 | - |
| YUV | 66.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 186 | 0.77 | 0.70 | 0 | 0.27 | 234.17 | 0.63 | 0.45 |
| Hex | 2A | 38 | BA | 4D | 46 | 0 | 1B | EA | 3F | 2D |
| Octal | 52 | 70 | 272 | 115 | 106 | 0 | 33 | 352 | 77 | 55 |
| Binary | 101010 | 111000 | 10111010 | 1001101 | 1000110 | 0 | 11011 | 11101010 | 111111 | 101101 |
Color Harmonies of #2A38BA
Complementary color
Monochromatic Colors of #2A38BA
Black with #2A38BA
Text Example
Text Example
White with #2A38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A38BA; }
p { color: rgb(42,56,186); }
H1.HeaderClassName
{
color: #2A38BA;
}
.AnyTagClassName
{
color: #2A38BA;
}
</style>
background-color css
<style>
a { background-color: #2A38BA; }
a { background-color: rgb(42,56,186); }
div.DivClassName
{
background-color: #2A38BA;
}
.BgClassName
{
background-color: #2A38BA;
}
</style>
border-color css
<style>
span { border-color: #2A38BA; }
span { border-color: rgb(42,56,186); }
td.TdClassName
{
border-color: #2A38BA;
}
.TagClassName
{
border-color: #2A38BA;
}
</style>