Shades of Persian Blue #333BAC
Tints of Persian Blue #333BAC
RGB
CMYK
RGB Variations
Color information
#333BAC (or 0x333BAC) is known color: Persian Blue. HEX triplet: 33, 3B and AC. RGB value is (51,59,172). Sum of RGB (Red+Green+Blue) = 51+59+172=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #333BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAC is #CCC453. Grayscale: #454545. Windows color (decimal): -13419604 or 11287347. OLE color: 11287347.
HSL color Cylindrical-coordinate representation of color #333BAC: hue angle of 236.03º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333BAC is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 59 | 172 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.33 |
| HSL | 236.03º | 0.54% | 0.44% | - |
| HSV(B) | 236.03º | 0.7% | 0.67% | - |
| XYZ | 10.38 | 6.81 | 39.8 | - |
| YUV | 69.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 172 | 0.70 | 0.66 | 0 | 0.33 | 236.03 | 0.54 | 0.44 |
| Hex | 33 | 3B | AC | 46 | 42 | 0 | 21 | EC | 36 | 2C |
| Octal | 63 | 73 | 254 | 106 | 102 | 0 | 41 | 354 | 66 | 54 |
| Binary | 110011 | 111011 | 10101100 | 1000110 | 1000010 | 0 | 100001 | 11101100 | 110110 | 101100 |
Color Harmonies of #333BAC
Complementary color
Monochromatic Colors of #333BAC
Black with #333BAC
Text Example
Text Example
White with #333BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BAC; }
p { color: rgb(51,59,172); }
H1.HeaderClassName
{
color: #333BAC;
}
.AnyTagClassName
{
color: #333BAC;
}
</style>
background-color css
<style>
a { background-color: #333BAC; }
a { background-color: rgb(51,59,172); }
div.DivClassName
{
background-color: #333BAC;
}
.BgClassName
{
background-color: #333BAC;
}
</style>
border-color css
<style>
span { border-color: #333BAC; }
span { border-color: rgb(51,59,172); }
td.TdClassName
{
border-color: #333BAC;
}
.TagClassName
{
border-color: #333BAC;
}
</style>