Shades of Persian Blue #333DC5
Tints of Persian Blue #333DC5
RGB
CMYK
RGB Variations
Color information
#333DC5 (or 0x333DC5) is known color: Persian Blue. HEX triplet: 33, 3D and C5. RGB value is (51,61,197). Sum of RGB (Red+Green+Blue) = 51+61+197=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #333DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DC5 is #CCC23A. Grayscale: #484848. Windows color (decimal): -13419067 or 12926259. OLE color: 12926259.
HSL color Cylindrical-coordinate representation of color #333DC5: hue angle of 235.89º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333DC5 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 61 | 197 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.23 |
| HSL | 235.89º | 0.59% | 0.49% | - |
| HSV(B) | 235.89º | 0.74% | 0.77% | - |
| XYZ | 13.11 | 8.07 | 53.69 | - |
| YUV | 73.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 197 | 0.74 | 0.69 | 0 | 0.23 | 235.89 | 0.59 | 0.49 |
| Hex | 33 | 3D | C5 | 4A | 45 | 0 | 17 | EC | 3B | 31 |
| Octal | 63 | 75 | 305 | 112 | 105 | 0 | 27 | 354 | 73 | 61 |
| Binary | 110011 | 111101 | 11000101 | 1001010 | 1000101 | 0 | 10111 | 11101100 | 111011 | 110001 |
Color Harmonies of #333DC5
Complementary color
Monochromatic Colors of #333DC5
Black with #333DC5
Text Example
Text Example
White with #333DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DC5; }
p { color: rgb(51,61,197); }
H1.HeaderClassName
{
color: #333DC5;
}
.AnyTagClassName
{
color: #333DC5;
}
</style>
background-color css
<style>
a { background-color: #333DC5; }
a { background-color: rgb(51,61,197); }
div.DivClassName
{
background-color: #333DC5;
}
.BgClassName
{
background-color: #333DC5;
}
</style>
border-color css
<style>
span { border-color: #333DC5; }
span { border-color: rgb(51,61,197); }
td.TdClassName
{
border-color: #333DC5;
}
.TagClassName
{
border-color: #333DC5;
}
</style>