Shades of Persian Blue #3337CE
Tints of Persian Blue #3337CE
RGB
CMYK
RGB Variations
Color information
#3337CE (or 0x3337CE) is known color: Persian Blue. HEX triplet: 33, 37 and CE. RGB value is (51,55,206). Sum of RGB (Red+Green+Blue) = 51+55+206=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3337CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337CE is #CCC831. Grayscale: #464646. Windows color (decimal): -13420594 or 13514547. OLE color: 13514547.
HSL color Cylindrical-coordinate representation of color #3337CE: hue angle of 238.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3337CE is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 55 | 206 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.19 |
| HSL | 238.45º | 0.61% | 0.5% | - |
| HSV(B) | 238.45º | 0.75% | 0.81% | - |
| XYZ | 13.87 | 7.89 | 59.18 | - |
| YUV | 71.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 206 | 0.75 | 0.73 | 0 | 0.19 | 238.45 | 0.61 | 0.5 |
| Hex | 33 | 37 | CE | 4B | 49 | 0 | 13 | EE | 3D | 32 |
| Octal | 63 | 67 | 316 | 113 | 111 | 0 | 23 | 356 | 75 | 62 |
| Binary | 110011 | 110111 | 11001110 | 1001011 | 1001001 | 0 | 10011 | 11101110 | 111101 | 110010 |
Color Harmonies of #3337CE
Complementary color
Monochromatic Colors of #3337CE
Black with #3337CE
Text Example
Text Example
White with #3337CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3337CE; }
p { color: rgb(51,55,206); }
H1.HeaderClassName
{
color: #3337CE;
}
.AnyTagClassName
{
color: #3337CE;
}
</style>
background-color css
<style>
a { background-color: #3337CE; }
a { background-color: rgb(51,55,206); }
div.DivClassName
{
background-color: #3337CE;
}
.BgClassName
{
background-color: #3337CE;
}
</style>
border-color css
<style>
span { border-color: #3337CE; }
span { border-color: rgb(51,55,206); }
td.TdClassName
{
border-color: #3337CE;
}
.TagClassName
{
border-color: #3337CE;
}
</style>