Shades of Persian Blue #3433BC
Tints of Persian Blue #3433BC
RGB
CMYK
RGB Variations
Color information
#3433BC (or 0x3433BC) is known color: Persian Blue. HEX triplet: 34, 33 and BC. RGB value is (52,51,188). Sum of RGB (Red+Green+Blue) = 52+51+188=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #3433BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3433BC is #CBCC43. Grayscale: #424242. Windows color (decimal): -13356100 or 12333876. OLE color: 12333876.
HSL color Cylindrical-coordinate representation of color #3433BC: hue angle of 240.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3433BC is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 51 | 188 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.26 |
| HSL | 240.44º | 0.57% | 0.47% | - |
| HSV(B) | 240.44º | 0.73% | 0.74% | - |
| XYZ | 11.68 | 6.73 | 48.26 | - |
| YUV | 66.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 188 | 0.72 | 0.73 | 0 | 0.26 | 240.44 | 0.57 | 0.47 |
| Hex | 34 | 33 | BC | 48 | 49 | 0 | 1A | F0 | 39 | 2F |
| Octal | 64 | 63 | 274 | 110 | 111 | 0 | 32 | 360 | 71 | 57 |
| Binary | 110100 | 110011 | 10111100 | 1001000 | 1001001 | 0 | 11010 | 11110000 | 111001 | 101111 |
Color Harmonies of #3433BC
Complementary color
Monochromatic Colors of #3433BC
Black with #3433BC
Text Example
Text Example
White with #3433BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3433BC; }
p { color: rgb(52,51,188); }
H1.HeaderClassName
{
color: #3433BC;
}
.AnyTagClassName
{
color: #3433BC;
}
</style>
background-color css
<style>
a { background-color: #3433BC; }
a { background-color: rgb(52,51,188); }
div.DivClassName
{
background-color: #3433BC;
}
.BgClassName
{
background-color: #3433BC;
}
</style>
border-color css
<style>
span { border-color: #3433BC; }
span { border-color: rgb(52,51,188); }
td.TdClassName
{
border-color: #3433BC;
}
.TagClassName
{
border-color: #3433BC;
}
</style>