Shades of Persian Blue #3331CB
Tints of Persian Blue #3331CB
RGB
CMYK
RGB Variations
Color information
#3331CB (or 0x3331CB) is known color: Persian Blue. HEX triplet: 33, 31 and CB. RGB value is (51,49,203). Sum of RGB (Red+Green+Blue) = 51+49+203=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #3331CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331CB is #CCCE34. Grayscale: #424242. Windows color (decimal): -13422133 or 13316403. OLE color: 13316403.
HSL color Cylindrical-coordinate representation of color #3331CB: hue angle of 240.78º degrees, saturation: 0.61, 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 #3331CB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 49 | 203 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.20 |
| HSL | 240.78º | 0.61% | 0.49% | - |
| HSV(B) | 240.78º | 0.76% | 0.8% | - |
| XYZ | 13.24 | 7.21 | 57.19 | - |
| YUV | 67.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 203 | 0.75 | 0.76 | 0 | 0.20 | 240.78 | 0.61 | 0.49 |
| Hex | 33 | 31 | CB | 4B | 4C | 0 | 14 | F1 | 3D | 31 |
| Octal | 63 | 61 | 313 | 113 | 114 | 0 | 24 | 361 | 75 | 61 |
| Binary | 110011 | 110001 | 11001011 | 1001011 | 1001100 | 0 | 10100 | 11110001 | 111101 | 110001 |
Color Harmonies of #3331CB
Complementary color
Monochromatic Colors of #3331CB
Black with #3331CB
Text Example
Text Example
White with #3331CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3331CB; }
p { color: rgb(51,49,203); }
H1.HeaderClassName
{
color: #3331CB;
}
.AnyTagClassName
{
color: #3331CB;
}
</style>
background-color css
<style>
a { background-color: #3331CB; }
a { background-color: rgb(51,49,203); }
div.DivClassName
{
background-color: #3331CB;
}
.BgClassName
{
background-color: #3331CB;
}
</style>
border-color css
<style>
span { border-color: #3331CB; }
span { border-color: rgb(51,49,203); }
td.TdClassName
{
border-color: #3331CB;
}
.TagClassName
{
border-color: #3331CB;
}
</style>