Shades of Persian Blue #3433CE
Tints of Persian Blue #3433CE
RGB
CMYK
RGB Variations
Color information
#3433CE (or 0x3433CE) is known color: Persian Blue. HEX triplet: 34, 33 and CE. RGB value is (52,51,206). Sum of RGB (Red+Green+Blue) = 52+51+206=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #3433CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433CE is #CBCC31. Grayscale: #444444. Windows color (decimal): -13356082 or 13513524. OLE color: 13513524.
HSL color Cylindrical-coordinate representation of color #3433CE: hue angle of 240.39º 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 #3433CE is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 51 | 206 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.19 |
| HSL | 240.39º | 0.61% | 0.5% | - |
| HSV(B) | 240.39º | 0.75% | 0.81% | - |
| XYZ | 13.74 | 7.55 | 59.13 | - |
| YUV | 68.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 206 | 0.75 | 0.75 | 0 | 0.19 | 240.39 | 0.61 | 0.5 |
| Hex | 34 | 33 | CE | 4B | 4B | 0 | 13 | F0 | 3D | 32 |
| Octal | 64 | 63 | 316 | 113 | 113 | 0 | 23 | 360 | 75 | 62 |
| Binary | 110100 | 110011 | 11001110 | 1001011 | 1001011 | 0 | 10011 | 11110000 | 111101 | 110010 |
Color Harmonies of #3433CE
Complementary color
Monochromatic Colors of #3433CE
Black with #3433CE
Text Example
Text Example
White with #3433CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3433CE; }
p { color: rgb(52,51,206); }
H1.HeaderClassName
{
color: #3433CE;
}
.AnyTagClassName
{
color: #3433CE;
}
</style>
background-color css
<style>
a { background-color: #3433CE; }
a { background-color: rgb(52,51,206); }
div.DivClassName
{
background-color: #3433CE;
}
.BgClassName
{
background-color: #3433CE;
}
</style>
border-color css
<style>
span { border-color: #3433CE; }
span { border-color: rgb(52,51,206); }
td.TdClassName
{
border-color: #3433CE;
}
.TagClassName
{
border-color: #3433CE;
}
</style>