Shades of Persian Blue #3B37B2
Tints of Persian Blue #3B37B2
RGB
CMYK
RGB Variations
Color information
#3B37B2 (or 0x3B37B2) is known color: Persian Blue. HEX triplet: 3B, 37 and B2. RGB value is (59,55,178). Sum of RGB (Red+Green+Blue) = 59+55+178=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B37B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B37B2 is #C4C84D. Grayscale: #454545. Windows color (decimal): -12896334 or 11679547. OLE color: 11679547.
HSL color Cylindrical-coordinate representation of color #3B37B2: hue angle of 241.95º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B37B2 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 55 | 178 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.30 |
| HSL | 241.95º | 0.53% | 0.46% | - |
| HSV(B) | 241.95º | 0.69% | 0.7% | - |
| XYZ | 11.21 | 6.88 | 42.86 | - |
| YUV | 70.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 178 | 0.67 | 0.69 | 0 | 0.30 | 241.95 | 0.53 | 0.46 |
| Hex | 3B | 37 | B2 | 43 | 45 | 0 | 1E | F2 | 35 | 2E |
| Octal | 73 | 67 | 262 | 103 | 105 | 0 | 36 | 362 | 65 | 56 |
| Binary | 111011 | 110111 | 10110010 | 1000011 | 1000101 | 0 | 11110 | 11110010 | 110101 | 101110 |
Color Harmonies of #3B37B2
Complementary color
Monochromatic Colors of #3B37B2
Black with #3B37B2
Text Example
Text Example
White with #3B37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B37B2; }
p { color: rgb(59,55,178); }
H1.HeaderClassName
{
color: #3B37B2;
}
.AnyTagClassName
{
color: #3B37B2;
}
</style>
background-color css
<style>
a { background-color: #3B37B2; }
a { background-color: rgb(59,55,178); }
div.DivClassName
{
background-color: #3B37B2;
}
.BgClassName
{
background-color: #3B37B2;
}
</style>
border-color css
<style>
span { border-color: #3B37B2; }
span { border-color: rgb(59,55,178); }
td.TdClassName
{
border-color: #3B37B2;
}
.TagClassName
{
border-color: #3B37B2;
}
</style>