Shades of Persian Blue #3315BE
Tints of Persian Blue #3315BE
RGB
CMYK
RGB Variations
Color information
#3315BE (or 0x3315BE) is known color: Persian Blue. HEX triplet: 33, 15 and BE. RGB value is (51,21,190). Sum of RGB (Red+Green+Blue) = 51+21+190=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #3315BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315BE is #CCEA41. Grayscale: #303030. Windows color (decimal): -13429314 or 12457267. OLE color: 12457267.
HSL color Cylindrical-coordinate representation of color #3315BE: hue angle of 250.65º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3315BE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 21 | 190 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.25 |
| HSL | 250.65º | 0.8% | 0.41% | - |
| HSV(B) | 250.65º | 0.89% | 0.75% | - |
| XYZ | 10.93 | 4.96 | 49.1 | - |
| YUV | 49.24 | 207.44 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 190 | 0.73 | 0.89 | 0 | 0.25 | 250.65 | 0.8 | 0.41 |
| Hex | 33 | 15 | BE | 49 | 59 | 0 | 19 | FB | 50 | 29 |
| Octal | 63 | 25 | 276 | 111 | 131 | 0 | 31 | 373 | 120 | 51 |
| Binary | 110011 | 10101 | 10111110 | 1001001 | 1011001 | 0 | 11001 | 11111011 | 1010000 | 101001 |
Color Harmonies of #3315BE
Complementary color
Monochromatic Colors of #3315BE
Black with #3315BE
Text Example
Text Example
White with #3315BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315BE; }
p { color: rgb(51,21,190); }
H1.HeaderClassName
{
color: #3315BE;
}
.AnyTagClassName
{
color: #3315BE;
}
</style>
background-color css
<style>
a { background-color: #3315BE; }
a { background-color: rgb(51,21,190); }
div.DivClassName
{
background-color: #3315BE;
}
.BgClassName
{
background-color: #3315BE;
}
</style>
border-color css
<style>
span { border-color: #3315BE; }
span { border-color: rgb(51,21,190); }
td.TdClassName
{
border-color: #3315BE;
}
.TagClassName
{
border-color: #3315BE;
}
</style>