Shades of Persian Blue #333CCC
Tints of Persian Blue #333CCC
RGB
CMYK
RGB Variations
Color information
#333CCC (or 0x333CCC) is known color: Persian Blue. HEX triplet: 33, 3C and CC. RGB value is (51,60,204). Sum of RGB (Red+Green+Blue) = 51+60+204=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #333CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCC is #CCC333. Grayscale: #494949. Windows color (decimal): -13419316 or 13384755. OLE color: 13384755.
HSL color Cylindrical-coordinate representation of color #333CCC: hue angle of 236.47º degrees, saturation: 0.6, 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 #333CCC is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 60 | 204 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.2 |
| HSL | 236.47º | 0.6% | 0.5% | - |
| HSV(B) | 236.47º | 0.75% | 0.8% | - |
| XYZ | 13.88 | 8.3 | 58 | - |
| YUV | 73.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 204 | 0.75 | 0.71 | 0 | 0.2 | 236.47 | 0.6 | 0.5 |
| Hex | 33 | 3C | CC | 4B | 47 | 0 | 14 | EC | 3C | 32 |
| Octal | 63 | 74 | 314 | 113 | 107 | 0 | 24 | 354 | 74 | 62 |
| Binary | 110011 | 111100 | 11001100 | 1001011 | 1000111 | 0 | 10100 | 11101100 | 111100 | 110010 |
Color Harmonies of #333CCC
Complementary color
Monochromatic Colors of #333CCC
Black with #333CCC
Text Example
Text Example
White with #333CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CCC; }
p { color: rgb(51,60,204); }
H1.HeaderClassName
{
color: #333CCC;
}
.AnyTagClassName
{
color: #333CCC;
}
</style>
background-color css
<style>
a { background-color: #333CCC; }
a { background-color: rgb(51,60,204); }
div.DivClassName
{
background-color: #333CCC;
}
.BgClassName
{
background-color: #333CCC;
}
</style>
border-color css
<style>
span { border-color: #333CCC; }
span { border-color: rgb(51,60,204); }
td.TdClassName
{
border-color: #333CCC;
}
.TagClassName
{
border-color: #333CCC;
}
</style>