Shades of Persian Blue #333CC5
Tints of Persian Blue #333CC5
RGB
CMYK
RGB Variations
Color information
#333CC5 (or 0x333CC5) is known color: Persian Blue. HEX triplet: 33, 3C and C5. RGB value is (51,60,197). Sum of RGB (Red+Green+Blue) = 51+60+197=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #333CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC5 is #CCC33A. Grayscale: #484848. Windows color (decimal): -13419323 or 12926003. OLE color: 12926003.
HSL color Cylindrical-coordinate representation of color #333CC5: hue angle of 236.3º 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 #333CC5 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 60 | 197 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.23 |
| HSL | 236.3º | 0.59% | 0.49% | - |
| HSV(B) | 236.3º | 0.74% | 0.77% | - |
| XYZ | 13.06 | 7.97 | 53.67 | - |
| YUV | 72.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 197 | 0.74 | 0.70 | 0 | 0.23 | 236.3 | 0.59 | 0.49 |
| Hex | 33 | 3C | C5 | 4A | 46 | 0 | 17 | EC | 3B | 31 |
| Octal | 63 | 74 | 305 | 112 | 106 | 0 | 27 | 354 | 73 | 61 |
| Binary | 110011 | 111100 | 11000101 | 1001010 | 1000110 | 0 | 10111 | 11101100 | 111011 | 110001 |
Color Harmonies of #333CC5
Complementary color
Monochromatic Colors of #333CC5
Black with #333CC5
Text Example
Text Example
White with #333CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CC5; }
p { color: rgb(51,60,197); }
H1.HeaderClassName
{
color: #333CC5;
}
.AnyTagClassName
{
color: #333CC5;
}
</style>
background-color css
<style>
a { background-color: #333CC5; }
a { background-color: rgb(51,60,197); }
div.DivClassName
{
background-color: #333CC5;
}
.BgClassName
{
background-color: #333CC5;
}
</style>
border-color css
<style>
span { border-color: #333CC5; }
span { border-color: rgb(51,60,197); }
td.TdClassName
{
border-color: #333CC5;
}
.TagClassName
{
border-color: #333CC5;
}
</style>