Shades of Persian Blue #3433DD
Tints of Persian Blue #3433DD
RGB
CMYK
RGB Variations
Color information
#3433DD (or 0x3433DD) is known color: Persian Blue. HEX triplet: 34, 33 and DD. RGB value is (52,51,221). Sum of RGB (Red+Green+Blue) = 52+51+221=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #3433DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433DD is #CBCC22. Grayscale: #464646. Windows color (decimal): -13356067 or 14496564. OLE color: 14496564.
HSL color Cylindrical-coordinate representation of color #3433DD: hue angle of 240.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3433DD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 51 | 221 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.13 |
| HSL | 240.35º | 0.71% | 0.53% | - |
| HSV(B) | 240.35º | 0.77% | 0.87% | - |
| XYZ | 15.65 | 8.32 | 69.19 | - |
| YUV | 70.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 221 | 0.76 | 0.77 | 0 | 0.13 | 240.35 | 0.71 | 0.53 |
| Hex | 34 | 33 | DD | 4C | 4D | 0 | D | F0 | 47 | 35 |
| Octal | 64 | 63 | 335 | 114 | 115 | 0 | 15 | 360 | 107 | 65 |
| Binary | 110100 | 110011 | 11011101 | 1001100 | 1001101 | 0 | 1101 | 11110000 | 1000111 | 110101 |
Color Harmonies of #3433DD
Complementary color
Monochromatic Colors of #3433DD
Black with #3433DD
Text Example
Text Example
White with #3433DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3433DD; }
p { color: rgb(52,51,221); }
H1.HeaderClassName
{
color: #3433DD;
}
.AnyTagClassName
{
color: #3433DD;
}
</style>
background-color css
<style>
a { background-color: #3433DD; }
a { background-color: rgb(52,51,221); }
div.DivClassName
{
background-color: #3433DD;
}
.BgClassName
{
background-color: #3433DD;
}
</style>
border-color css
<style>
span { border-color: #3433DD; }
span { border-color: rgb(52,51,221); }
td.TdClassName
{
border-color: #3433DD;
}
.TagClassName
{
border-color: #3433DD;
}
</style>