Shades of Persian Blue #333CBA
Tints of Persian Blue #333CBA
RGB
CMYK
RGB Variations
Color information
#333CBA (or 0x333CBA) is known color: Persian Blue. HEX triplet: 33, 3C and BA. RGB value is (51,60,186). Sum of RGB (Red+Green+Blue) = 51+60+186=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #333CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CBA is #CCC345. Grayscale: #474747. Windows color (decimal): -13419334 or 12205107. OLE color: 12205107.
HSL color Cylindrical-coordinate representation of color #333CBA: hue angle of 236º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333CBA is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 60 | 186 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.27 |
| HSL | 236º | 0.57% | 0.46% | - |
| HSV(B) | 236º | 0.73% | 0.73% | - |
| XYZ | 11.84 | 7.48 | 47.27 | - |
| YUV | 71.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 186 | 0.73 | 0.68 | 0 | 0.27 | 236 | 0.57 | 0.46 |
| Hex | 33 | 3C | BA | 49 | 44 | 0 | 1B | EC | 39 | 2E |
| Octal | 63 | 74 | 272 | 111 | 104 | 0 | 33 | 354 | 71 | 56 |
| Binary | 110011 | 111100 | 10111010 | 1001001 | 1000100 | 0 | 11011 | 11101100 | 111001 | 101110 |
Color Harmonies of #333CBA
Complementary color
Monochromatic Colors of #333CBA
Black with #333CBA
Text Example
Text Example
White with #333CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CBA; }
p { color: rgb(51,60,186); }
H1.HeaderClassName
{
color: #333CBA;
}
.AnyTagClassName
{
color: #333CBA;
}
</style>
background-color css
<style>
a { background-color: #333CBA; }
a { background-color: rgb(51,60,186); }
div.DivClassName
{
background-color: #333CBA;
}
.BgClassName
{
background-color: #333CBA;
}
</style>
border-color css
<style>
span { border-color: #333CBA; }
span { border-color: rgb(51,60,186); }
td.TdClassName
{
border-color: #333CBA;
}
.TagClassName
{
border-color: #333CBA;
}
</style>