Shades of Persian Blue #2033BD
Tints of Persian Blue #2033BD
RGB
CMYK
RGB Variations
Color information
#2033BD (or 0x2033BD) is known color: Persian Blue. HEX triplet: 20, 33 and BD. RGB value is (32,51,189). Sum of RGB (Red+Green+Blue) = 32+51+189=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #2033BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2033BD is #DFCC42. Grayscale: #3C3C3C. Windows color (decimal): -14666819 or 12399392. OLE color: 12399392.
HSL color Cylindrical-coordinate representation of color #2033BD: hue angle of 232.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2033BD is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 51 | 189 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.26 |
| HSL | 232.74º | 0.71% | 0.43% | - |
| HSV(B) | 232.74º | 0.83% | 0.74% | - |
| XYZ | 10.96 | 6.35 | 48.79 | - |
| YUV | 61.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 189 | 0.83 | 0.73 | 0 | 0.26 | 232.74 | 0.71 | 0.43 |
| Hex | 20 | 33 | BD | 53 | 49 | 0 | 1A | E9 | 47 | 2B |
| Octal | 40 | 63 | 275 | 123 | 111 | 0 | 32 | 351 | 107 | 53 |
| Binary | 100000 | 110011 | 10111101 | 1010011 | 1001001 | 0 | 11010 | 11101001 | 1000111 | 101011 |
Color Harmonies of #2033BD
Complementary color
Monochromatic Colors of #2033BD
Black with #2033BD
Text Example
Text Example
White with #2033BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033BD; }
p { color: rgb(32,51,189); }
H1.HeaderClassName
{
color: #2033BD;
}
.AnyTagClassName
{
color: #2033BD;
}
</style>
background-color css
<style>
a { background-color: #2033BD; }
a { background-color: rgb(32,51,189); }
div.DivClassName
{
background-color: #2033BD;
}
.BgClassName
{
background-color: #2033BD;
}
</style>
border-color css
<style>
span { border-color: #2033BD; }
span { border-color: rgb(32,51,189); }
td.TdClassName
{
border-color: #2033BD;
}
.TagClassName
{
border-color: #2033BD;
}
</style>