Shades of Persian Blue #3233C2
Tints of Persian Blue #3233C2
RGB
CMYK
RGB Variations
Color information
#3233C2 (or 0x3233C2) is known color: Persian Blue. HEX triplet: 32, 33 and C2. RGB value is (50,51,194). Sum of RGB (Red+Green+Blue) = 50+51+194=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 194 (76.17% from 255 or 65.76% from 295); Max value from RGB is 194 - color contains mainly: blue. Hex color #3233C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3233C2 is #CDCC3D. Grayscale: #424242. Windows color (decimal): -13487166 or 12727090. OLE color: 12727090.
HSL color Cylindrical-coordinate representation of color #3233C2: hue angle of 239.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3233C2 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 51 | 194 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.24 |
| HSL | 239.58º | 0.59% | 0.48% | - |
| HSV(B) | 239.58º | 0.74% | 0.76% | - |
| XYZ | 12.24 | 6.94 | 51.73 | - |
| YUV | 67 | 199.67 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 194 | 0.74 | 0.74 | 0 | 0.24 | 239.58 | 0.59 | 0.48 |
| Hex | 32 | 33 | C2 | 4A | 4A | 0 | 18 | F0 | 3B | 30 |
| Octal | 62 | 63 | 302 | 112 | 112 | 0 | 30 | 360 | 73 | 60 |
| Binary | 110010 | 110011 | 11000010 | 1001010 | 1001010 | 0 | 11000 | 11110000 | 111011 | 110000 |
Color Harmonies of #3233C2
Complementary color
Monochromatic Colors of #3233C2
Black with #3233C2
Text Example
Text Example
White with #3233C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3233C2; }
p { color: rgb(50,51,194); }
H1.HeaderClassName
{
color: #3233C2;
}
.AnyTagClassName
{
color: #3233C2;
}
</style>
background-color css
<style>
a { background-color: #3233C2; }
a { background-color: rgb(50,51,194); }
div.DivClassName
{
background-color: #3233C2;
}
.BgClassName
{
background-color: #3233C2;
}
</style>
border-color css
<style>
span { border-color: #3233C2; }
span { border-color: rgb(50,51,194); }
td.TdClassName
{
border-color: #3233C2;
}
.TagClassName
{
border-color: #3233C2;
}
</style>