Shades of Persian Blue #333FBF
Tints of Persian Blue #333FBF
RGB
CMYK
RGB Variations
Color information
#333FBF (or 0x333FBF) is known color: Persian Blue. HEX triplet: 33, 3F and BF. RGB value is (51,63,191). Sum of RGB (Red+Green+Blue) = 51+63+191=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #333FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FBF is #CCC040. Grayscale: #494949. Windows color (decimal): -13418561 or 12533555. OLE color: 12533555.
HSL color Cylindrical-coordinate representation of color #333FBF: hue angle of 234.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333FBF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 63 | 191 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.25 |
| HSL | 234.86º | 0.58% | 0.47% | - |
| HSV(B) | 234.86º | 0.73% | 0.75% | - |
| XYZ | 12.55 | 8.02 | 50.18 | - |
| YUV | 74 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 191 | 0.73 | 0.67 | 0 | 0.25 | 234.86 | 0.58 | 0.47 |
| Hex | 33 | 3F | BF | 49 | 43 | 0 | 19 | EB | 3A | 2F |
| Octal | 63 | 77 | 277 | 111 | 103 | 0 | 31 | 353 | 72 | 57 |
| Binary | 110011 | 111111 | 10111111 | 1001001 | 1000011 | 0 | 11001 | 11101011 | 111010 | 101111 |
Color Harmonies of #333FBF
Complementary color
Monochromatic Colors of #333FBF
Black with #333FBF
Text Example
Text Example
White with #333FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FBF; }
p { color: rgb(51,63,191); }
H1.HeaderClassName
{
color: #333FBF;
}
.AnyTagClassName
{
color: #333FBF;
}
</style>
background-color css
<style>
a { background-color: #333FBF; }
a { background-color: rgb(51,63,191); }
div.DivClassName
{
background-color: #333FBF;
}
.BgClassName
{
background-color: #333FBF;
}
</style>
border-color css
<style>
span { border-color: #333FBF; }
span { border-color: rgb(51,63,191); }
td.TdClassName
{
border-color: #333FBF;
}
.TagClassName
{
border-color: #333FBF;
}
</style>