Shades of Persian Blue #333CCB
Tints of Persian Blue #333CCB
RGB
CMYK
RGB Variations
Color information
#333CCB (or 0x333CCB) is known color: Persian Blue. HEX triplet: 33, 3C and CB. RGB value is (51,60,203). Sum of RGB (Red+Green+Blue) = 51+60+203=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #333CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCB is #CCC334. Grayscale: #494949. Windows color (decimal): -13419317 or 13319219. OLE color: 13319219.
HSL color Cylindrical-coordinate representation of color #333CCB: hue angle of 236.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333CCB is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 60 | 203 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.20 |
| HSL | 236.45º | 0.6% | 0.5% | - |
| HSV(B) | 236.45º | 0.75% | 0.8% | - |
| XYZ | 13.76 | 8.25 | 57.37 | - |
| YUV | 73.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 203 | 0.75 | 0.70 | 0 | 0.20 | 236.45 | 0.6 | 0.5 |
| Hex | 33 | 3C | CB | 4B | 46 | 0 | 14 | EC | 3C | 32 |
| Octal | 63 | 74 | 313 | 113 | 106 | 0 | 24 | 354 | 74 | 62 |
| Binary | 110011 | 111100 | 11001011 | 1001011 | 1000110 | 0 | 10100 | 11101100 | 111100 | 110010 |
Color Harmonies of #333CCB
Complementary color
Monochromatic Colors of #333CCB
Black with #333CCB
Text Example
Text Example
White with #333CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CCB; }
p { color: rgb(51,60,203); }
H1.HeaderClassName
{
color: #333CCB;
}
.AnyTagClassName
{
color: #333CCB;
}
</style>
background-color css
<style>
a { background-color: #333CCB; }
a { background-color: rgb(51,60,203); }
div.DivClassName
{
background-color: #333CCB;
}
.BgClassName
{
background-color: #333CCB;
}
</style>
border-color css
<style>
span { border-color: #333CCB; }
span { border-color: rgb(51,60,203); }
td.TdClassName
{
border-color: #333CCB;
}
.TagClassName
{
border-color: #333CCB;
}
</style>