Shades of Persian Blue #2A3DB8
Tints of Persian Blue #2A3DB8
RGB
CMYK
RGB Variations
Color information
#2A3DB8 (or 0x2A3DB8) is known color: Persian Blue. HEX triplet: 2A, 3D and B8. RGB value is (42,61,184). Sum of RGB (Red+Green+Blue) = 42+61+184=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #2A3DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DB8 is #D5C247. Grayscale: #444444. Windows color (decimal): -14008904 or 12074282. OLE color: 12074282.
HSL color Cylindrical-coordinate representation of color #2A3DB8: hue angle of 231.97º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A3DB8 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 61 | 184 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.28 |
| HSL | 231.97º | 0.63% | 0.44% | - |
| HSV(B) | 231.97º | 0.77% | 0.72% | - |
| XYZ | 11.28 | 7.29 | 46.16 | - |
| YUV | 69.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 184 | 0.77 | 0.67 | 0 | 0.28 | 231.97 | 0.63 | 0.44 |
| Hex | 2A | 3D | B8 | 4D | 43 | 0 | 1C | E8 | 3F | 2C |
| Octal | 52 | 75 | 270 | 115 | 103 | 0 | 34 | 350 | 77 | 54 |
| Binary | 101010 | 111101 | 10111000 | 1001101 | 1000011 | 0 | 11100 | 11101000 | 111111 | 101100 |
Color Harmonies of #2A3DB8
Complementary color
Monochromatic Colors of #2A3DB8
Black with #2A3DB8
Text Example
Text Example
White with #2A3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DB8; }
p { color: rgb(42,61,184); }
H1.HeaderClassName
{
color: #2A3DB8;
}
.AnyTagClassName
{
color: #2A3DB8;
}
</style>
background-color css
<style>
a { background-color: #2A3DB8; }
a { background-color: rgb(42,61,184); }
div.DivClassName
{
background-color: #2A3DB8;
}
.BgClassName
{
background-color: #2A3DB8;
}
</style>
border-color css
<style>
span { border-color: #2A3DB8; }
span { border-color: rgb(42,61,184); }
td.TdClassName
{
border-color: #2A3DB8;
}
.TagClassName
{
border-color: #2A3DB8;
}
</style>