Shades of Persian Blue #2038BB
Tints of Persian Blue #2038BB
RGB
CMYK
RGB Variations
Color information
#2038BB (or 0x2038BB) is known color: Persian Blue. HEX triplet: 20, 38 and BB. RGB value is (32,56,187). Sum of RGB (Red+Green+Blue) = 32+56+187=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #2038BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2038BB is #DFC744. Grayscale: #3F3F3F. Windows color (decimal): -14665541 or 12269600. OLE color: 12269600.
HSL color Cylindrical-coordinate representation of color #2038BB: hue angle of 230.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2038BB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 56 | 187 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.27 |
| HSL | 230.71º | 0.71% | 0.43% | - |
| HSV(B) | 230.71º | 0.83% | 0.73% | - |
| XYZ | 10.98 | 6.72 | 47.73 | - |
| YUV | 63.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 187 | 0.83 | 0.70 | 0 | 0.27 | 230.71 | 0.71 | 0.43 |
| Hex | 20 | 38 | BB | 53 | 46 | 0 | 1B | E7 | 47 | 2B |
| Octal | 40 | 70 | 273 | 123 | 106 | 0 | 33 | 347 | 107 | 53 |
| Binary | 100000 | 111000 | 10111011 | 1010011 | 1000110 | 0 | 11011 | 11100111 | 1000111 | 101011 |
Color Harmonies of #2038BB
Complementary color
Monochromatic Colors of #2038BB
Black with #2038BB
Text Example
Text Example
White with #2038BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2038BB; }
p { color: rgb(32,56,187); }
H1.HeaderClassName
{
color: #2038BB;
}
.AnyTagClassName
{
color: #2038BB;
}
</style>
background-color css
<style>
a { background-color: #2038BB; }
a { background-color: rgb(32,56,187); }
div.DivClassName
{
background-color: #2038BB;
}
.BgClassName
{
background-color: #2038BB;
}
</style>
border-color css
<style>
span { border-color: #2038BB; }
span { border-color: rgb(32,56,187); }
td.TdClassName
{
border-color: #2038BB;
}
.TagClassName
{
border-color: #2038BB;
}
</style>