Shades of Persian Blue #3439B2
Tints of Persian Blue #3439B2
RGB
CMYK
RGB Variations
Color information
#3439B2 (or 0x3439B2) is known color: Persian Blue. HEX triplet: 34, 39 and B2. RGB value is (52,57,178). Sum of RGB (Red+Green+Blue) = 52+57+178=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #3439B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3439B2 is #CBC64D. Grayscale: #444444. Windows color (decimal): -13354574 or 11680052. OLE color: 11680052.
HSL color Cylindrical-coordinate representation of color #3439B2: hue angle of 237.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3439B2 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 57 | 178 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.30 |
| HSL | 237.62º | 0.55% | 0.45% | - |
| HSV(B) | 237.62º | 0.71% | 0.7% | - |
| XYZ | 10.92 | 6.87 | 42.87 | - |
| YUV | 69.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 178 | 0.71 | 0.68 | 0 | 0.30 | 237.62 | 0.55 | 0.45 |
| Hex | 34 | 39 | B2 | 47 | 44 | 0 | 1E | EE | 37 | 2D |
| Octal | 64 | 71 | 262 | 107 | 104 | 0 | 36 | 356 | 67 | 55 |
| Binary | 110100 | 111001 | 10110010 | 1000111 | 1000100 | 0 | 11110 | 11101110 | 110111 | 101101 |
Color Harmonies of #3439B2
Complementary color
Monochromatic Colors of #3439B2
Black with #3439B2
Text Example
Text Example
White with #3439B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439B2; }
p { color: rgb(52,57,178); }
H1.HeaderClassName
{
color: #3439B2;
}
.AnyTagClassName
{
color: #3439B2;
}
</style>
background-color css
<style>
a { background-color: #3439B2; }
a { background-color: rgb(52,57,178); }
div.DivClassName
{
background-color: #3439B2;
}
.BgClassName
{
background-color: #3439B2;
}
</style>
border-color css
<style>
span { border-color: #3439B2; }
span { border-color: rgb(52,57,178); }
td.TdClassName
{
border-color: #3439B2;
}
.TagClassName
{
border-color: #3439B2;
}
</style>