Shades of Persian Blue #3330BD
Tints of Persian Blue #3330BD
RGB
CMYK
RGB Variations
Color information
#3330BD (or 0x3330BD) is known color: Persian Blue. HEX triplet: 33, 30 and BD. RGB value is (51,48,189). Sum of RGB (Red+Green+Blue) = 51+48+189=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #3330BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330BD is #CCCF42. Grayscale: #404040. Windows color (decimal): -13422403 or 12398643. OLE color: 12398643.
HSL color Cylindrical-coordinate representation of color #3330BD: hue angle of 241.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3330BD is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 48 | 189 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.26 |
| HSL | 241.28º | 0.59% | 0.46% | - |
| HSV(B) | 241.28º | 0.75% | 0.74% | - |
| XYZ | 11.61 | 6.49 | 48.79 | - |
| YUV | 64.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 189 | 0.73 | 0.75 | 0 | 0.26 | 241.28 | 0.59 | 0.46 |
| Hex | 33 | 30 | BD | 49 | 4B | 0 | 1A | F1 | 3B | 2E |
| Octal | 63 | 60 | 275 | 111 | 113 | 0 | 32 | 361 | 73 | 56 |
| Binary | 110011 | 110000 | 10111101 | 1001001 | 1001011 | 0 | 11010 | 11110001 | 111011 | 101110 |
Color Harmonies of #3330BD
Complementary color
Monochromatic Colors of #3330BD
Black with #3330BD
Text Example
Text Example
White with #3330BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330BD; }
p { color: rgb(51,48,189); }
H1.HeaderClassName
{
color: #3330BD;
}
.AnyTagClassName
{
color: #3330BD;
}
</style>
background-color css
<style>
a { background-color: #3330BD; }
a { background-color: rgb(51,48,189); }
div.DivClassName
{
background-color: #3330BD;
}
.BgClassName
{
background-color: #3330BD;
}
</style>
border-color css
<style>
span { border-color: #3330BD; }
span { border-color: rgb(51,48,189); }
td.TdClassName
{
border-color: #3330BD;
}
.TagClassName
{
border-color: #3330BD;
}
</style>