Shades of Persian Blue #333CCE
Tints of Persian Blue #333CCE
RGB
CMYK
RGB Variations
Color information
#333CCE (or 0x333CCE) is known color: Persian Blue. HEX triplet: 33, 3C and CE. RGB value is (51,60,206). Sum of RGB (Red+Green+Blue) = 51+60+206=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #333CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCE is #CCC331. Grayscale: #494949. Windows color (decimal): -13419314 or 13515827. OLE color: 13515827.
HSL color Cylindrical-coordinate representation of color #333CCE: hue angle of 236.52º 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 #333CCE is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 60 | 206 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.19 |
| HSL | 236.52º | 0.61% | 0.5% | - |
| HSV(B) | 236.52º | 0.75% | 0.81% | - |
| XYZ | 14.12 | 8.39 | 59.27 | - |
| YUV | 73.95 | 202.52 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 206 | 0.75 | 0.71 | 0 | 0.19 | 236.52 | 0.61 | 0.5 |
| Hex | 33 | 3C | CE | 4B | 47 | 0 | 13 | ED | 3D | 32 |
| Octal | 63 | 74 | 316 | 113 | 107 | 0 | 23 | 355 | 75 | 62 |
| Binary | 110011 | 111100 | 11001110 | 1001011 | 1000111 | 0 | 10011 | 11101101 | 111101 | 110010 |
Color Harmonies of #333CCE
Complementary color
Monochromatic Colors of #333CCE
Black with #333CCE
Text Example
Text Example
White with #333CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CCE; }
p { color: rgb(51,60,206); }
H1.HeaderClassName
{
color: #333CCE;
}
.AnyTagClassName
{
color: #333CCE;
}
</style>
background-color css
<style>
a { background-color: #333CCE; }
a { background-color: rgb(51,60,206); }
div.DivClassName
{
background-color: #333CCE;
}
.BgClassName
{
background-color: #333CCE;
}
</style>
border-color css
<style>
span { border-color: #333CCE; }
span { border-color: rgb(51,60,206); }
td.TdClassName
{
border-color: #333CCE;
}
.TagClassName
{
border-color: #333CCE;
}
</style>