Shades of Persian Blue #2033CC
Tints of Persian Blue #2033CC
RGB
CMYK
RGB Variations
Color information
#2033CC (or 0x2033CC) is known color: Persian Blue. HEX triplet: 20, 33 and CC. RGB value is (32,51,204). Sum of RGB (Red+Green+Blue) = 32+51+204=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #2033CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2033CC is #DFCC33. Grayscale: #3E3E3E. Windows color (decimal): -14666804 or 13382432. OLE color: 13382432.
HSL color Cylindrical-coordinate representation of color #2033CC: hue angle of 233.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2033CC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 51 | 204 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.2 |
| HSL | 233.37º | 0.73% | 0.46% | - |
| HSV(B) | 233.37º | 0.84% | 0.8% | - |
| XYZ | 12.68 | 7.03 | 57.82 | - |
| YUV | 62.76 | 207.71 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 204 | 0.84 | 0.75 | 0 | 0.2 | 233.37 | 0.73 | 0.46 |
| Hex | 20 | 33 | CC | 54 | 4B | 0 | 14 | E9 | 49 | 2E |
| Octal | 40 | 63 | 314 | 124 | 113 | 0 | 24 | 351 | 111 | 56 |
| Binary | 100000 | 110011 | 11001100 | 1010100 | 1001011 | 0 | 10100 | 11101001 | 1001001 | 101110 |
Color Harmonies of #2033CC
Complementary color
Monochromatic Colors of #2033CC
Black with #2033CC
Text Example
Text Example
White with #2033CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033CC; }
p { color: rgb(32,51,204); }
H1.HeaderClassName
{
color: #2033CC;
}
.AnyTagClassName
{
color: #2033CC;
}
</style>
background-color css
<style>
a { background-color: #2033CC; }
a { background-color: rgb(32,51,204); }
div.DivClassName
{
background-color: #2033CC;
}
.BgClassName
{
background-color: #2033CC;
}
</style>
border-color css
<style>
span { border-color: #2033CC; }
span { border-color: rgb(32,51,204); }
td.TdClassName
{
border-color: #2033CC;
}
.TagClassName
{
border-color: #2033CC;
}
</style>