Shades of Persian Blue #3336CF
Tints of Persian Blue #3336CF
RGB
CMYK
RGB Variations
Color information
#3336CF (or 0x3336CF) is known color: Persian Blue. HEX triplet: 33, 36 and CF. RGB value is (51,54,207). Sum of RGB (Red+Green+Blue) = 51+54+207=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3336CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336CF is #CCC930. Grayscale: #454545. Windows color (decimal): -13420849 or 13579827. OLE color: 13579827.
HSL color Cylindrical-coordinate representation of color #3336CF: hue angle of 238.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3336CF is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 54 | 207 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.19 |
| HSL | 238.85º | 0.62% | 0.51% | - |
| HSV(B) | 238.85º | 0.75% | 0.81% | - |
| XYZ | 13.95 | 7.85 | 59.81 | - |
| YUV | 70.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 207 | 0.75 | 0.74 | 0 | 0.19 | 238.85 | 0.62 | 0.51 |
| Hex | 33 | 36 | CF | 4B | 4A | 0 | 13 | EF | 3E | 33 |
| Octal | 63 | 66 | 317 | 113 | 112 | 0 | 23 | 357 | 76 | 63 |
| Binary | 110011 | 110110 | 11001111 | 1001011 | 1001010 | 0 | 10011 | 11101111 | 111110 | 110011 |
Color Harmonies of #3336CF
Complementary color
Monochromatic Colors of #3336CF
Black with #3336CF
Text Example
Text Example
White with #3336CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3336CF; }
p { color: rgb(51,54,207); }
H1.HeaderClassName
{
color: #3336CF;
}
.AnyTagClassName
{
color: #3336CF;
}
</style>
background-color css
<style>
a { background-color: #3336CF; }
a { background-color: rgb(51,54,207); }
div.DivClassName
{
background-color: #3336CF;
}
.BgClassName
{
background-color: #3336CF;
}
</style>
border-color css
<style>
span { border-color: #3336CF; }
span { border-color: rgb(51,54,207); }
td.TdClassName
{
border-color: #3336CF;
}
.TagClassName
{
border-color: #3336CF;
}
</style>