Shades of Persian Blue #333AC5
Tints of Persian Blue #333AC5
RGB
CMYK
RGB Variations
Color information
#333AC5 (or 0x333AC5) is known color: Persian Blue. HEX triplet: 33, 3A and C5. RGB value is (51,58,197). Sum of RGB (Red+Green+Blue) = 51+58+197=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #333AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333AC5 is #CCC53A. Grayscale: #474747. Windows color (decimal): -13419835 or 12925491. OLE color: 12925491.
HSL color Cylindrical-coordinate representation of color #333AC5: hue angle of 237.12º 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 #333AC5 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 58 | 197 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.23 |
| HSL | 237.12º | 0.59% | 0.49% | - |
| HSV(B) | 237.12º | 0.74% | 0.77% | - |
| XYZ | 12.96 | 7.76 | 53.64 | - |
| YUV | 71.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 197 | 0.74 | 0.71 | 0 | 0.23 | 237.12 | 0.59 | 0.49 |
| Hex | 33 | 3A | C5 | 4A | 47 | 0 | 17 | ED | 3B | 31 |
| Octal | 63 | 72 | 305 | 112 | 107 | 0 | 27 | 355 | 73 | 61 |
| Binary | 110011 | 111010 | 11000101 | 1001010 | 1000111 | 0 | 10111 | 11101101 | 111011 | 110001 |
Color Harmonies of #333AC5
Complementary color
Monochromatic Colors of #333AC5
Black with #333AC5
Text Example
Text Example
White with #333AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333AC5; }
p { color: rgb(51,58,197); }
H1.HeaderClassName
{
color: #333AC5;
}
.AnyTagClassName
{
color: #333AC5;
}
</style>
background-color css
<style>
a { background-color: #333AC5; }
a { background-color: rgb(51,58,197); }
div.DivClassName
{
background-color: #333AC5;
}
.BgClassName
{
background-color: #333AC5;
}
</style>
border-color css
<style>
span { border-color: #333AC5; }
span { border-color: rgb(51,58,197); }
td.TdClassName
{
border-color: #333AC5;
}
.TagClassName
{
border-color: #333AC5;
}
</style>