Shades of Persian Blue #333CB8
Tints of Persian Blue #333CB8
RGB
CMYK
RGB Variations
Color information
#333CB8 (or 0x333CB8) is known color: Persian Blue. HEX triplet: 33, 3C and B8. RGB value is (51,60,184). Sum of RGB (Red+Green+Blue) = 51+60+184=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #333CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CB8 is #CCC347. Grayscale: #464646. Windows color (decimal): -13419336 or 12074035. OLE color: 12074035.
HSL color Cylindrical-coordinate representation of color #333CB8: hue angle of 235.94º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #333CB8 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 60 | 184 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.28 |
| HSL | 235.94º | 0.57% | 0.46% | - |
| HSV(B) | 235.94º | 0.72% | 0.72% | - |
| XYZ | 11.63 | 7.4 | 46.16 | - |
| YUV | 71.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 184 | 0.72 | 0.67 | 0 | 0.28 | 235.94 | 0.57 | 0.46 |
| Hex | 33 | 3C | B8 | 48 | 43 | 0 | 1C | EC | 39 | 2E |
| Octal | 63 | 74 | 270 | 110 | 103 | 0 | 34 | 354 | 71 | 56 |
| Binary | 110011 | 111100 | 10111000 | 1001000 | 1000011 | 0 | 11100 | 11101100 | 111001 | 101110 |
Color Harmonies of #333CB8
Complementary color
Monochromatic Colors of #333CB8
Black with #333CB8
Text Example
Text Example
White with #333CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CB8; }
p { color: rgb(51,60,184); }
H1.HeaderClassName
{
color: #333CB8;
}
.AnyTagClassName
{
color: #333CB8;
}
</style>
background-color css
<style>
a { background-color: #333CB8; }
a { background-color: rgb(51,60,184); }
div.DivClassName
{
background-color: #333CB8;
}
.BgClassName
{
background-color: #333CB8;
}
</style>
border-color css
<style>
span { border-color: #333CB8; }
span { border-color: rgb(51,60,184); }
td.TdClassName
{
border-color: #333CB8;
}
.TagClassName
{
border-color: #333CB8;
}
</style>