Shades of Persian Blue #3315CC
Tints of Persian Blue #3315CC
RGB
CMYK
RGB Variations
Color information
#3315CC (or 0x3315CC) is known color: Persian Blue. HEX triplet: 33, 15 and CC. RGB value is (51,21,204). Sum of RGB (Red+Green+Blue) = 51+21+204=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #3315CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315CC is #CCEA33. Grayscale: #323232. Windows color (decimal): -13429300 or 13374771. OLE color: 13374771.
HSL color Cylindrical-coordinate representation of color #3315CC: hue angle of 249.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3315CC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 21 | 204 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.2 |
| HSL | 249.84º | 0.81% | 0.44% | - |
| HSV(B) | 249.84º | 0.9% | 0.8% | - |
| XYZ | 12.53 | 5.6 | 57.55 | - |
| YUV | 50.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 204 | 0.75 | 0.90 | 0 | 0.2 | 249.84 | 0.81 | 0.44 |
| Hex | 33 | 15 | CC | 4B | 5A | 0 | 14 | FA | 51 | 2C |
| Octal | 63 | 25 | 314 | 113 | 132 | 0 | 24 | 372 | 121 | 54 |
| Binary | 110011 | 10101 | 11001100 | 1001011 | 1011010 | 0 | 10100 | 11111010 | 1010001 | 101100 |
Color Harmonies of #3315CC
Complementary color
Monochromatic Colors of #3315CC
Black with #3315CC
Text Example
Text Example
White with #3315CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315CC; }
p { color: rgb(51,21,204); }
H1.HeaderClassName
{
color: #3315CC;
}
.AnyTagClassName
{
color: #3315CC;
}
</style>
background-color css
<style>
a { background-color: #3315CC; }
a { background-color: rgb(51,21,204); }
div.DivClassName
{
background-color: #3315CC;
}
.BgClassName
{
background-color: #3315CC;
}
</style>
border-color css
<style>
span { border-color: #3315CC; }
span { border-color: rgb(51,21,204); }
td.TdClassName
{
border-color: #3315CC;
}
.TagClassName
{
border-color: #3315CC;
}
</style>