Shades of Persian Blue #3233CC
Tints of Persian Blue #3233CC
RGB
CMYK
RGB Variations
Color information
#3233CC (or 0x3233CC) is known color: Persian Blue. HEX triplet: 32, 33 and CC. RGB value is (50,51,204). Sum of RGB (Red+Green+Blue) = 50+51+204=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #3233CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3233CC is #CDCC33. Grayscale: #434343. Windows color (decimal): -13487156 or 13382450. OLE color: 13382450.
HSL color Cylindrical-coordinate representation of color #3233CC: hue angle of 239.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3233CC is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 51 | 204 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.2 |
| HSL | 239.61º | 0.61% | 0.5% | - |
| HSV(B) | 239.61º | 0.75% | 0.8% | - |
| XYZ | 13.4 | 7.41 | 57.85 | - |
| YUV | 68.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 204 | 0.75 | 0.75 | 0 | 0.2 | 239.61 | 0.61 | 0.5 |
| Hex | 32 | 33 | CC | 4B | 4B | 0 | 14 | F0 | 3D | 32 |
| Octal | 62 | 63 | 314 | 113 | 113 | 0 | 24 | 360 | 75 | 62 |
| Binary | 110010 | 110011 | 11001100 | 1001011 | 1001011 | 0 | 10100 | 11110000 | 111101 | 110010 |
Color Harmonies of #3233CC
Complementary color
Monochromatic Colors of #3233CC
Black with #3233CC
Text Example
Text Example
White with #3233CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3233CC; }
p { color: rgb(50,51,204); }
H1.HeaderClassName
{
color: #3233CC;
}
.AnyTagClassName
{
color: #3233CC;
}
</style>
background-color css
<style>
a { background-color: #3233CC; }
a { background-color: rgb(50,51,204); }
div.DivClassName
{
background-color: #3233CC;
}
.BgClassName
{
background-color: #3233CC;
}
</style>
border-color css
<style>
span { border-color: #3233CC; }
span { border-color: rgb(50,51,204); }
td.TdClassName
{
border-color: #3233CC;
}
.TagClassName
{
border-color: #3233CC;
}
</style>