Shades of Persian Blue #3333CE
Tints of Persian Blue #3333CE
RGB
CMYK
RGB Variations
Color information
#3333CE (or 0x3333CE) is known color: Persian Blue. HEX triplet: 33, 33 and CE. RGB value is (51,51,206). Sum of RGB (Red+Green+Blue) = 51+51+206=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #3333CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333CE is #CCCC31. Grayscale: #444444. Windows color (decimal): -13421618 or 13513523. OLE color: 13513523.
HSL color Cylindrical-coordinate representation of color #3333CE: hue angle of 240º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3333CE is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 51 | 206 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.19 |
| HSL | 240º | 0.61% | 0.5% | - |
| HSV(B) | 240º | 0.75% | 0.81% | - |
| XYZ | 13.69 | 7.53 | 59.12 | - |
| YUV | 68.67 | 205.5 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 206 | 0.75 | 0.75 | 0 | 0.19 | 240 | 0.61 | 0.5 |
| Hex | 33 | 33 | CE | 4B | 4B | 0 | 13 | F0 | 3D | 32 |
| Octal | 63 | 63 | 316 | 113 | 113 | 0 | 23 | 360 | 75 | 62 |
| Binary | 110011 | 110011 | 11001110 | 1001011 | 1001011 | 0 | 10011 | 11110000 | 111101 | 110010 |
Color Harmonies of #3333CE
Complementary color
Monochromatic Colors of #3333CE
Black with #3333CE
Text Example
Text Example
White with #3333CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333CE; }
p { color: rgb(51,51,206); }
H1.HeaderClassName
{
color: #3333CE;
}
.AnyTagClassName
{
color: #3333CE;
}
</style>
background-color css
<style>
a { background-color: #3333CE; }
a { background-color: rgb(51,51,206); }
div.DivClassName
{
background-color: #3333CE;
}
.BgClassName
{
background-color: #3333CE;
}
</style>
border-color css
<style>
span { border-color: #3333CE; }
span { border-color: rgb(51,51,206); }
td.TdClassName
{
border-color: #3333CE;
}
.TagClassName
{
border-color: #3333CE;
}
</style>