Shades of Persian Blue #3233BF
Tints of Persian Blue #3233BF
RGB
CMYK
RGB Variations
Color information
#3233BF (or 0x3233BF) is known color: Persian Blue. HEX triplet: 32, 33 and BF. RGB value is (50,51,191). Sum of RGB (Red+Green+Blue) = 50+51+191=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #3233BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3233BF is #CDCC40. Grayscale: #424242. Windows color (decimal): -13487169 or 12530482. OLE color: 12530482.
HSL color Cylindrical-coordinate representation of color #3233BF: hue angle of 239.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3233BF is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 51 | 191 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.25 |
| HSL | 239.57º | 0.59% | 0.47% | - |
| HSV(B) | 239.57º | 0.74% | 0.75% | - |
| XYZ | 11.9 | 6.81 | 49.98 | - |
| YUV | 66.66 | 198.17 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 191 | 0.74 | 0.73 | 0 | 0.25 | 239.57 | 0.59 | 0.47 |
| Hex | 32 | 33 | BF | 4A | 49 | 0 | 19 | F0 | 3B | 2F |
| Octal | 62 | 63 | 277 | 112 | 111 | 0 | 31 | 360 | 73 | 57 |
| Binary | 110010 | 110011 | 10111111 | 1001010 | 1001001 | 0 | 11001 | 11110000 | 111011 | 101111 |
Color Harmonies of #3233BF
Complementary color
Monochromatic Colors of #3233BF
Black with #3233BF
Text Example
Text Example
White with #3233BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3233BF; }
p { color: rgb(50,51,191); }
H1.HeaderClassName
{
color: #3233BF;
}
.AnyTagClassName
{
color: #3233BF;
}
</style>
background-color css
<style>
a { background-color: #3233BF; }
a { background-color: rgb(50,51,191); }
div.DivClassName
{
background-color: #3233BF;
}
.BgClassName
{
background-color: #3233BF;
}
</style>
border-color css
<style>
span { border-color: #3233BF; }
span { border-color: rgb(50,51,191); }
td.TdClassName
{
border-color: #3233BF;
}
.TagClassName
{
border-color: #3233BF;
}
</style>