Shades of Persian Blue #3934B3
Tints of Persian Blue #3934B3
RGB
CMYK
RGB Variations
Color information
#3934B3 (or 0x3934B3) is known color: Persian Blue. HEX triplet: 39, 34 and B3. RGB value is (57,52,179). Sum of RGB (Red+Green+Blue) = 57+52+179=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #3934B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3934B3 is #C6CB4C. Grayscale: #434343. Windows color (decimal): -13028173 or 11744313. OLE color: 11744313.
HSL color Cylindrical-coordinate representation of color #3934B3: hue angle of 242.36º 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 #3934B3 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 52 | 179 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.30 |
| HSL | 242.36º | 0.55% | 0.45% | - |
| HSV(B) | 242.36º | 0.71% | 0.7% | - |
| XYZ | 11.05 | 6.58 | 43.34 | - |
| YUV | 67.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 179 | 0.68 | 0.71 | 0 | 0.30 | 242.36 | 0.55 | 0.45 |
| Hex | 39 | 34 | B3 | 44 | 47 | 0 | 1E | F2 | 37 | 2D |
| Octal | 71 | 64 | 263 | 104 | 107 | 0 | 36 | 362 | 67 | 55 |
| Binary | 111001 | 110100 | 10110011 | 1000100 | 1000111 | 0 | 11110 | 11110010 | 110111 | 101101 |
Color Harmonies of #3934B3
Complementary color
Monochromatic Colors of #3934B3
Black with #3934B3
Text Example
Text Example
White with #3934B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934B3; }
p { color: rgb(57,52,179); }
H1.HeaderClassName
{
color: #3934B3;
}
.AnyTagClassName
{
color: #3934B3;
}
</style>
background-color css
<style>
a { background-color: #3934B3; }
a { background-color: rgb(57,52,179); }
div.DivClassName
{
background-color: #3934B3;
}
.BgClassName
{
background-color: #3934B3;
}
</style>
border-color css
<style>
span { border-color: #3934B3; }
span { border-color: rgb(57,52,179); }
td.TdClassName
{
border-color: #3934B3;
}
.TagClassName
{
border-color: #3934B3;
}
</style>