Shades of Persian Blue #333CCD
Tints of Persian Blue #333CCD
RGB
CMYK
RGB Variations
Color information
#333CCD (or 0x333CCD) is known color: Persian Blue. HEX triplet: 33, 3C and CD. RGB value is (51,60,205). Sum of RGB (Red+Green+Blue) = 51+60+205=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #333CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCD is #CCC332. Grayscale: #494949. Windows color (decimal): -13419315 or 13450291. OLE color: 13450291.
HSL color Cylindrical-coordinate representation of color #333CCD: hue angle of 236.49º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333CCD is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 60 | 205 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.20 |
| HSL | 236.49º | 0.61% | 0.5% | - |
| HSV(B) | 236.49º | 0.75% | 0.8% | - |
| XYZ | 14 | 8.34 | 58.63 | - |
| YUV | 73.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 205 | 0.75 | 0.71 | 0 | 0.20 | 236.49 | 0.61 | 0.5 |
| Hex | 33 | 3C | CD | 4B | 47 | 0 | 14 | EC | 3D | 32 |
| Octal | 63 | 74 | 315 | 113 | 107 | 0 | 24 | 354 | 75 | 62 |
| Binary | 110011 | 111100 | 11001101 | 1001011 | 1000111 | 0 | 10100 | 11101100 | 111101 | 110010 |
Color Harmonies of #333CCD
Complementary color
Monochromatic Colors of #333CCD
Black with #333CCD
Text Example
Text Example
White with #333CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CCD; }
p { color: rgb(51,60,205); }
H1.HeaderClassName
{
color: #333CCD;
}
.AnyTagClassName
{
color: #333CCD;
}
</style>
background-color css
<style>
a { background-color: #333CCD; }
a { background-color: rgb(51,60,205); }
div.DivClassName
{
background-color: #333CCD;
}
.BgClassName
{
background-color: #333CCD;
}
</style>
border-color css
<style>
span { border-color: #333CCD; }
span { border-color: rgb(51,60,205); }
td.TdClassName
{
border-color: #333CCD;
}
.TagClassName
{
border-color: #333CCD;
}
</style>