Shades of Persian Blue #2034B8
Tints of Persian Blue #2034B8
RGB
CMYK
RGB Variations
Color information
#2034B8 (or 0x2034B8) is known color: Persian Blue. HEX triplet: 20, 34 and B8. RGB value is (32,52,184). Sum of RGB (Red+Green+Blue) = 32+52+184=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #2034B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034B8 is #DFCB47. Grayscale: #3C3C3C. Windows color (decimal): -14666568 or 12071968. OLE color: 12071968.
HSL color Cylindrical-coordinate representation of color #2034B8: hue angle of 232.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2034B8 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 52 | 184 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.28 |
| HSL | 232.11º | 0.7% | 0.42% | - |
| HSV(B) | 232.11º | 0.83% | 0.72% | - |
| XYZ | 10.48 | 6.22 | 46 | - |
| YUV | 61.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 184 | 0.83 | 0.72 | 0 | 0.28 | 232.11 | 0.7 | 0.42 |
| Hex | 20 | 34 | B8 | 53 | 48 | 0 | 1C | E8 | 46 | 2A |
| Octal | 40 | 64 | 270 | 123 | 110 | 0 | 34 | 350 | 106 | 52 |
| Binary | 100000 | 110100 | 10111000 | 1010011 | 1001000 | 0 | 11100 | 11101000 | 1000110 | 101010 |
Color Harmonies of #2034B8
Complementary color
Monochromatic Colors of #2034B8
Black with #2034B8
Text Example
Text Example
White with #2034B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034B8; }
p { color: rgb(32,52,184); }
H1.HeaderClassName
{
color: #2034B8;
}
.AnyTagClassName
{
color: #2034B8;
}
</style>
background-color css
<style>
a { background-color: #2034B8; }
a { background-color: rgb(32,52,184); }
div.DivClassName
{
background-color: #2034B8;
}
.BgClassName
{
background-color: #2034B8;
}
</style>
border-color css
<style>
span { border-color: #2034B8; }
span { border-color: rgb(32,52,184); }
td.TdClassName
{
border-color: #2034B8;
}
.TagClassName
{
border-color: #2034B8;
}
</style>