Shades of Persian Blue #333FC6
Tints of Persian Blue #333FC6
RGB
CMYK
RGB Variations
Color information
#333FC6 (or 0x333FC6) is known color: Persian Blue. HEX triplet: 33, 3F and C6. RGB value is (51,63,198). Sum of RGB (Red+Green+Blue) = 51+63+198=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #333FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FC6 is #CCC039. Grayscale: #4A4A4A. Windows color (decimal): -13418554 or 12992307. OLE color: 12992307.
HSL color Cylindrical-coordinate representation of color #333FC6: hue angle of 235.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333FC6 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 63 | 198 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.22 |
| HSL | 235.1º | 0.59% | 0.49% | - |
| HSV(B) | 235.1º | 0.74% | 0.78% | - |
| XYZ | 13.34 | 8.34 | 54.33 | - |
| YUV | 74.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 198 | 0.74 | 0.68 | 0 | 0.22 | 235.1 | 0.59 | 0.49 |
| Hex | 33 | 3F | C6 | 4A | 44 | 0 | 16 | EB | 3B | 31 |
| Octal | 63 | 77 | 306 | 112 | 104 | 0 | 26 | 353 | 73 | 61 |
| Binary | 110011 | 111111 | 11000110 | 1001010 | 1000100 | 0 | 10110 | 11101011 | 111011 | 110001 |
Color Harmonies of #333FC6
Complementary color
Monochromatic Colors of #333FC6
Black with #333FC6
Text Example
Text Example
White with #333FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FC6; }
p { color: rgb(51,63,198); }
H1.HeaderClassName
{
color: #333FC6;
}
.AnyTagClassName
{
color: #333FC6;
}
</style>
background-color css
<style>
a { background-color: #333FC6; }
a { background-color: rgb(51,63,198); }
div.DivClassName
{
background-color: #333FC6;
}
.BgClassName
{
background-color: #333FC6;
}
</style>
border-color css
<style>
span { border-color: #333FC6; }
span { border-color: rgb(51,63,198); }
td.TdClassName
{
border-color: #333FC6;
}
.TagClassName
{
border-color: #333FC6;
}
</style>