Shades of Persian Blue #333DC6
Tints of Persian Blue #333DC6
RGB
CMYK
RGB Variations
Color information
#333DC6 (or 0x333DC6) is known color: Persian Blue. HEX triplet: 33, 3D and C6. RGB value is (51,61,198). Sum of RGB (Red+Green+Blue) = 51+61+198=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #333DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DC6 is #CCC239. Grayscale: #494949. Windows color (decimal): -13419066 or 12991795. OLE color: 12991795.
HSL color Cylindrical-coordinate representation of color #333DC6: hue angle of 235.92º 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 #333DC6 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 61 | 198 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.22 |
| HSL | 235.92º | 0.59% | 0.49% | - |
| HSV(B) | 235.92º | 0.74% | 0.78% | - |
| XYZ | 13.23 | 8.12 | 54.3 | - |
| YUV | 73.63 | 198.19 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 198 | 0.74 | 0.69 | 0 | 0.22 | 235.92 | 0.59 | 0.49 |
| Hex | 33 | 3D | C6 | 4A | 45 | 0 | 16 | EC | 3B | 31 |
| Octal | 63 | 75 | 306 | 112 | 105 | 0 | 26 | 354 | 73 | 61 |
| Binary | 110011 | 111101 | 11000110 | 1001010 | 1000101 | 0 | 10110 | 11101100 | 111011 | 110001 |
Color Harmonies of #333DC6
Complementary color
Monochromatic Colors of #333DC6
Black with #333DC6
Text Example
Text Example
White with #333DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DC6; }
p { color: rgb(51,61,198); }
H1.HeaderClassName
{
color: #333DC6;
}
.AnyTagClassName
{
color: #333DC6;
}
</style>
background-color css
<style>
a { background-color: #333DC6; }
a { background-color: rgb(51,61,198); }
div.DivClassName
{
background-color: #333DC6;
}
.BgClassName
{
background-color: #333DC6;
}
</style>
border-color css
<style>
span { border-color: #333DC6; }
span { border-color: rgb(51,61,198); }
td.TdClassName
{
border-color: #333DC6;
}
.TagClassName
{
border-color: #333DC6;
}
</style>