Shades of Persian Blue #2030CB
Tints of Persian Blue #2030CB
RGB
CMYK
RGB Variations
Color information
#2030CB (or 0x2030CB) is known color: Persian Blue. HEX triplet: 20, 30 and CB. RGB value is (32,48,203). Sum of RGB (Red+Green+Blue) = 32+48+203=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #2030CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2030CB is #DFCF34. Grayscale: #3C3C3C. Windows color (decimal): -14667573 or 13316128. OLE color: 13316128.
HSL color Cylindrical-coordinate representation of color #2030CB: hue angle of 234.39º 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 #2030CB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 48 | 203 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.20 |
| HSL | 234.39º | 0.73% | 0.46% | - |
| HSV(B) | 234.39º | 0.84% | 0.8% | - |
| XYZ | 12.43 | 6.73 | 57.14 | - |
| YUV | 60.89 | 208.2 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 203 | 0.84 | 0.76 | 0 | 0.20 | 234.39 | 0.73 | 0.46 |
| Hex | 20 | 30 | CB | 54 | 4C | 0 | 14 | EA | 49 | 2E |
| Octal | 40 | 60 | 313 | 124 | 114 | 0 | 24 | 352 | 111 | 56 |
| Binary | 100000 | 110000 | 11001011 | 1010100 | 1001100 | 0 | 10100 | 11101010 | 1001001 | 101110 |
Color Harmonies of #2030CB
Complementary color
Monochromatic Colors of #2030CB
Black with #2030CB
Text Example
Text Example
White with #2030CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2030CB; }
p { color: rgb(32,48,203); }
H1.HeaderClassName
{
color: #2030CB;
}
.AnyTagClassName
{
color: #2030CB;
}
</style>
background-color css
<style>
a { background-color: #2030CB; }
a { background-color: rgb(32,48,203); }
div.DivClassName
{
background-color: #2030CB;
}
.BgClassName
{
background-color: #2030CB;
}
</style>
border-color css
<style>
span { border-color: #2030CB; }
span { border-color: rgb(32,48,203); }
td.TdClassName
{
border-color: #2030CB;
}
.TagClassName
{
border-color: #2030CB;
}
</style>