Shades of Persian Blue #3330A8
Tints of Persian Blue #3330A8
RGB
CMYK
RGB Variations
Color information
#3330A8 (or 0x3330A8) is known color: Persian Blue. HEX triplet: 33, 30 and A8. RGB value is (51,48,168). Sum of RGB (Red+Green+Blue) = 51+48+168=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #3330A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330A8 is #CCCF57. Grayscale: #3E3E3E. Windows color (decimal): -13422424 or 11022387. OLE color: 11022387.
HSL color Cylindrical-coordinate representation of color #3330A8: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3330A8 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 48 | 168 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.34 |
| HSL | 241.5º | 0.56% | 0.42% | - |
| HSV(B) | 241.5º | 0.71% | 0.66% | - |
| XYZ | 9.49 | 5.64 | 37.64 | - |
| YUV | 62.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 168 | 0.70 | 0.71 | 0 | 0.34 | 241.5 | 0.56 | 0.42 |
| Hex | 33 | 30 | A8 | 46 | 47 | 0 | 22 | F2 | 38 | 2A |
| Octal | 63 | 60 | 250 | 106 | 107 | 0 | 42 | 362 | 70 | 52 |
| Binary | 110011 | 110000 | 10101000 | 1000110 | 1000111 | 0 | 100010 | 11110010 | 111000 | 101010 |
Color Harmonies of #3330A8
Complementary color
Monochromatic Colors of #3330A8
Black with #3330A8
Text Example
Text Example
White with #3330A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330A8; }
p { color: rgb(51,48,168); }
H1.HeaderClassName
{
color: #3330A8;
}
.AnyTagClassName
{
color: #3330A8;
}
</style>
background-color css
<style>
a { background-color: #3330A8; }
a { background-color: rgb(51,48,168); }
div.DivClassName
{
background-color: #3330A8;
}
.BgClassName
{
background-color: #3330A8;
}
</style>
border-color css
<style>
span { border-color: #3330A8; }
span { border-color: rgb(51,48,168); }
td.TdClassName
{
border-color: #3330A8;
}
.TagClassName
{
border-color: #3330A8;
}
</style>