Shades of Persian Blue #2A3ABC
Tints of Persian Blue #2A3ABC
RGB
CMYK
RGB Variations
Color information
#2A3ABC (or 0x2A3ABC) is known color: Persian Blue. HEX triplet: 2A, 3A and BC. RGB value is (42,58,188). Sum of RGB (Red+Green+Blue) = 42+58+188=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A3ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3ABC is #D5C543. Grayscale: #434343. Windows color (decimal): -14009668 or 12335658. OLE color: 12335658.
HSL color Cylindrical-coordinate representation of color #2A3ABC: hue angle of 233.42º 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 #2A3ABC is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 58 | 188 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.26 |
| HSL | 233.42º | 0.63% | 0.45% | - |
| HSV(B) | 233.42º | 0.78% | 0.74% | - |
| XYZ | 11.55 | 7.15 | 48.35 | - |
| YUV | 68.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 188 | 0.78 | 0.69 | 0 | 0.26 | 233.42 | 0.63 | 0.45 |
| Hex | 2A | 3A | BC | 4E | 45 | 0 | 1A | E9 | 3F | 2D |
| Octal | 52 | 72 | 274 | 116 | 105 | 0 | 32 | 351 | 77 | 55 |
| Binary | 101010 | 111010 | 10111100 | 1001110 | 1000101 | 0 | 11010 | 11101001 | 111111 | 101101 |
Color Harmonies of #2A3ABC
Complementary color
Monochromatic Colors of #2A3ABC
Black with #2A3ABC
Text Example
Text Example
White with #2A3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3ABC; }
p { color: rgb(42,58,188); }
H1.HeaderClassName
{
color: #2A3ABC;
}
.AnyTagClassName
{
color: #2A3ABC;
}
</style>
background-color css
<style>
a { background-color: #2A3ABC; }
a { background-color: rgb(42,58,188); }
div.DivClassName
{
background-color: #2A3ABC;
}
.BgClassName
{
background-color: #2A3ABC;
}
</style>
border-color css
<style>
span { border-color: #2A3ABC; }
span { border-color: rgb(42,58,188); }
td.TdClassName
{
border-color: #2A3ABC;
}
.TagClassName
{
border-color: #2A3ABC;
}
</style>