Shades of Persian Blue #333CBD
Tints of Persian Blue #333CBD
RGB
CMYK
RGB Variations
Color information
#333CBD (or 0x333CBD) is known color: Persian Blue. HEX triplet: 33, 3C and BD. RGB value is (51,60,189). Sum of RGB (Red+Green+Blue) = 51+60+189=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #333CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CBD is #CCC342. Grayscale: #474747. Windows color (decimal): -13419331 or 12401715. OLE color: 12401715.
HSL color Cylindrical-coordinate representation of color #333CBD: hue angle of 236.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333CBD is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 60 | 189 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.26 |
| HSL | 236.09º | 0.58% | 0.47% | - |
| HSV(B) | 236.09º | 0.73% | 0.74% | - |
| XYZ | 12.17 | 7.61 | 48.97 | - |
| YUV | 72.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 189 | 0.73 | 0.68 | 0 | 0.26 | 236.09 | 0.58 | 0.47 |
| Hex | 33 | 3C | BD | 49 | 44 | 0 | 1A | EC | 3A | 2F |
| Octal | 63 | 74 | 275 | 111 | 104 | 0 | 32 | 354 | 72 | 57 |
| Binary | 110011 | 111100 | 10111101 | 1001001 | 1000100 | 0 | 11010 | 11101100 | 111010 | 101111 |
Color Harmonies of #333CBD
Complementary color
Monochromatic Colors of #333CBD
Black with #333CBD
Text Example
Text Example
White with #333CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CBD; }
p { color: rgb(51,60,189); }
H1.HeaderClassName
{
color: #333CBD;
}
.AnyTagClassName
{
color: #333CBD;
}
</style>
background-color css
<style>
a { background-color: #333CBD; }
a { background-color: rgb(51,60,189); }
div.DivClassName
{
background-color: #333CBD;
}
.BgClassName
{
background-color: #333CBD;
}
</style>
border-color css
<style>
span { border-color: #333CBD; }
span { border-color: rgb(51,60,189); }
td.TdClassName
{
border-color: #333CBD;
}
.TagClassName
{
border-color: #333CBD;
}
</style>