Shades of Persian Blue #3439BC
Tints of Persian Blue #3439BC
RGB
CMYK
RGB Variations
Color information
#3439BC (or 0x3439BC) is known color: Persian Blue. HEX triplet: 34, 39 and BC. RGB value is (52,57,188). Sum of RGB (Red+Green+Blue) = 52+57+188=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #3439BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439BC is #CBC643. Grayscale: #454545. Windows color (decimal): -13354564 or 12335412. OLE color: 12335412.
HSL color Cylindrical-coordinate representation of color #3439BC: hue angle of 237.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3439BC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 57 | 188 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.26 |
| HSL | 237.79º | 0.57% | 0.47% | - |
| HSV(B) | 237.79º | 0.72% | 0.74% | - |
| XYZ | 11.96 | 7.29 | 48.35 | - |
| YUV | 70.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 188 | 0.72 | 0.70 | 0 | 0.26 | 237.79 | 0.57 | 0.47 |
| Hex | 34 | 39 | BC | 48 | 46 | 0 | 1A | EE | 39 | 2F |
| Octal | 64 | 71 | 274 | 110 | 106 | 0 | 32 | 356 | 71 | 57 |
| Binary | 110100 | 111001 | 10111100 | 1001000 | 1000110 | 0 | 11010 | 11101110 | 111001 | 101111 |
Color Harmonies of #3439BC
Complementary color
Monochromatic Colors of #3439BC
Black with #3439BC
Text Example
Text Example
White with #3439BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439BC; }
p { color: rgb(52,57,188); }
H1.HeaderClassName
{
color: #3439BC;
}
.AnyTagClassName
{
color: #3439BC;
}
</style>
background-color css
<style>
a { background-color: #3439BC; }
a { background-color: rgb(52,57,188); }
div.DivClassName
{
background-color: #3439BC;
}
.BgClassName
{
background-color: #3439BC;
}
</style>
border-color css
<style>
span { border-color: #3439BC; }
span { border-color: rgb(52,57,188); }
td.TdClassName
{
border-color: #3439BC;
}
.TagClassName
{
border-color: #3439BC;
}
</style>