Shades of Persian Blue #3433CF
Tints of Persian Blue #3433CF
RGB
CMYK
RGB Variations
Color information
#3433CF (or 0x3433CF) is known color: Persian Blue. HEX triplet: 34, 33 and CF. RGB value is (52,51,207). Sum of RGB (Red+Green+Blue) = 52+51+207=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #3433CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433CF is #CBCC30. Grayscale: #444444. Windows color (decimal): -13356081 or 13579060. OLE color: 13579060.
HSL color Cylindrical-coordinate representation of color #3433CF: hue angle of 240.38º 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 #3433CF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 51 | 207 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.19 |
| HSL | 240.38º | 0.62% | 0.51% | - |
| HSV(B) | 240.38º | 0.75% | 0.81% | - |
| XYZ | 13.86 | 7.6 | 59.77 | - |
| YUV | 69.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 207 | 0.75 | 0.75 | 0 | 0.19 | 240.38 | 0.62 | 0.51 |
| Hex | 34 | 33 | CF | 4B | 4B | 0 | 13 | F0 | 3E | 33 |
| Octal | 64 | 63 | 317 | 113 | 113 | 0 | 23 | 360 | 76 | 63 |
| Binary | 110100 | 110011 | 11001111 | 1001011 | 1001011 | 0 | 10011 | 11110000 | 111110 | 110011 |
Color Harmonies of #3433CF
Complementary color
Monochromatic Colors of #3433CF
Black with #3433CF
Text Example
Text Example
White with #3433CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3433CF; }
p { color: rgb(52,51,207); }
H1.HeaderClassName
{
color: #3433CF;
}
.AnyTagClassName
{
color: #3433CF;
}
</style>
background-color css
<style>
a { background-color: #3433CF; }
a { background-color: rgb(52,51,207); }
div.DivClassName
{
background-color: #3433CF;
}
.BgClassName
{
background-color: #3433CF;
}
</style>
border-color css
<style>
span { border-color: #3433CF; }
span { border-color: rgb(52,51,207); }
td.TdClassName
{
border-color: #3433CF;
}
.TagClassName
{
border-color: #3433CF;
}
</style>