Shades of Persian Blue #333FBA
Tints of Persian Blue #333FBA
RGB
CMYK
RGB Variations
Color information
#333FBA (or 0x333FBA) is known color: Persian Blue. HEX triplet: 33, 3F and BA. RGB value is (51,63,186). Sum of RGB (Red+Green+Blue) = 51+63+186=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #333FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333FBA is #CCC045. Grayscale: #484848. Windows color (decimal): -13418566 or 12205875. OLE color: 12205875.
HSL color Cylindrical-coordinate representation of color #333FBA: hue angle of 234.67º 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 #333FBA is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 63 | 186 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.27 |
| HSL | 234.67º | 0.57% | 0.46% | - |
| HSV(B) | 234.67º | 0.73% | 0.73% | - |
| XYZ | 12.01 | 7.8 | 47.33 | - |
| YUV | 73.43 | 191.52 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 186 | 0.73 | 0.66 | 0 | 0.27 | 234.67 | 0.57 | 0.46 |
| Hex | 33 | 3F | BA | 49 | 42 | 0 | 1B | EB | 39 | 2E |
| Octal | 63 | 77 | 272 | 111 | 102 | 0 | 33 | 353 | 71 | 56 |
| Binary | 110011 | 111111 | 10111010 | 1001001 | 1000010 | 0 | 11011 | 11101011 | 111001 | 101110 |
Color Harmonies of #333FBA
Complementary color
Monochromatic Colors of #333FBA
Black with #333FBA
Text Example
Text Example
White with #333FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FBA; }
p { color: rgb(51,63,186); }
H1.HeaderClassName
{
color: #333FBA;
}
.AnyTagClassName
{
color: #333FBA;
}
</style>
background-color css
<style>
a { background-color: #333FBA; }
a { background-color: rgb(51,63,186); }
div.DivClassName
{
background-color: #333FBA;
}
.BgClassName
{
background-color: #333FBA;
}
</style>
border-color css
<style>
span { border-color: #333FBA; }
span { border-color: rgb(51,63,186); }
td.TdClassName
{
border-color: #333FBA;
}
.TagClassName
{
border-color: #333FBA;
}
</style>