Shades of Persian Blue #3230CB
Tints of Persian Blue #3230CB
RGB
CMYK
RGB Variations
Color information
#3230CB (or 0x3230CB) is known color: Persian Blue. HEX triplet: 32, 30 and CB. RGB value is (50,48,203). Sum of RGB (Red+Green+Blue) = 50+48+203=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #3230CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3230CB is #CDCF34. Grayscale: #414141. Windows color (decimal): -13487925 or 13316146. OLE color: 13316146.
HSL color Cylindrical-coordinate representation of color #3230CB: hue angle of 240.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3230CB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 48 | 203 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.20 |
| HSL | 240.77º | 0.62% | 0.49% | - |
| HSV(B) | 240.77º | 0.76% | 0.8% | - |
| XYZ | 13.15 | 7.1 | 57.18 | - |
| YUV | 66.27 | 205.16 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 203 | 0.75 | 0.76 | 0 | 0.20 | 240.77 | 0.62 | 0.49 |
| Hex | 32 | 30 | CB | 4B | 4C | 0 | 14 | F1 | 3E | 31 |
| Octal | 62 | 60 | 313 | 113 | 114 | 0 | 24 | 361 | 76 | 61 |
| Binary | 110010 | 110000 | 11001011 | 1001011 | 1001100 | 0 | 10100 | 11110001 | 111110 | 110001 |
Color Harmonies of #3230CB
Complementary color
Monochromatic Colors of #3230CB
Black with #3230CB
Text Example
Text Example
White with #3230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3230CB; }
p { color: rgb(50,48,203); }
H1.HeaderClassName
{
color: #3230CB;
}
.AnyTagClassName
{
color: #3230CB;
}
</style>
background-color css
<style>
a { background-color: #3230CB; }
a { background-color: rgb(50,48,203); }
div.DivClassName
{
background-color: #3230CB;
}
.BgClassName
{
background-color: #3230CB;
}
</style>
border-color css
<style>
span { border-color: #3230CB; }
span { border-color: rgb(50,48,203); }
td.TdClassName
{
border-color: #3230CB;
}
.TagClassName
{
border-color: #3230CB;
}
</style>