Shades of Persian Blue #3338CF
Tints of Persian Blue #3338CF
RGB
CMYK
RGB Variations
Color information
#3338CF (or 0x3338CF) is known color: Persian Blue. HEX triplet: 33, 38 and CF. RGB value is (51,56,207). Sum of RGB (Red+Green+Blue) = 51+56+207=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #3338CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338CF is #CCC730. Grayscale: #474747. Windows color (decimal): -13420337 or 13580339. OLE color: 13580339.
HSL color Cylindrical-coordinate representation of color #3338CF: hue angle of 238.08º 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 #3338CF is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 56 | 207 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.19 |
| HSL | 238.08º | 0.62% | 0.51% | - |
| HSV(B) | 238.08º | 0.75% | 0.81% | - |
| XYZ | 14.04 | 8.04 | 59.84 | - |
| YUV | 71.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 207 | 0.75 | 0.73 | 0 | 0.19 | 238.08 | 0.62 | 0.51 |
| Hex | 33 | 38 | CF | 4B | 49 | 0 | 13 | EE | 3E | 33 |
| Octal | 63 | 70 | 317 | 113 | 111 | 0 | 23 | 356 | 76 | 63 |
| Binary | 110011 | 111000 | 11001111 | 1001011 | 1001001 | 0 | 10011 | 11101110 | 111110 | 110011 |
Color Harmonies of #3338CF
Complementary color
Monochromatic Colors of #3338CF
Black with #3338CF
Text Example
Text Example
White with #3338CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338CF; }
p { color: rgb(51,56,207); }
H1.HeaderClassName
{
color: #3338CF;
}
.AnyTagClassName
{
color: #3338CF;
}
</style>
background-color css
<style>
a { background-color: #3338CF; }
a { background-color: rgb(51,56,207); }
div.DivClassName
{
background-color: #3338CF;
}
.BgClassName
{
background-color: #3338CF;
}
</style>
border-color css
<style>
span { border-color: #3338CF; }
span { border-color: rgb(51,56,207); }
td.TdClassName
{
border-color: #3338CF;
}
.TagClassName
{
border-color: #3338CF;
}
</style>