Shades of Persian Blue #3737B3
Tints of Persian Blue #3737B3
RGB
CMYK
RGB Variations
Color information
#3737B3 (or 0x3737B3) is known color: Persian Blue. HEX triplet: 37, 37 and B3. RGB value is (55,55,179). Sum of RGB (Red+Green+Blue) = 55+55+179=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #3737B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3737B3 is #C8C84C. Grayscale: #444444. Windows color (decimal): -13158477 or 11745079. OLE color: 11745079.
HSL color Cylindrical-coordinate representation of color #3737B3: hue angle of 240º 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 #3737B3 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 55 | 179 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.30 |
| HSL | 240º | 0.53% | 0.46% | - |
| HSV(B) | 240º | 0.69% | 0.7% | - |
| XYZ | 11.08 | 6.8 | 43.38 | - |
| YUV | 69.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 179 | 0.69 | 0.69 | 0 | 0.30 | 240 | 0.53 | 0.46 |
| Hex | 37 | 37 | B3 | 45 | 45 | 0 | 1E | F0 | 35 | 2E |
| Octal | 67 | 67 | 263 | 105 | 105 | 0 | 36 | 360 | 65 | 56 |
| Binary | 110111 | 110111 | 10110011 | 1000101 | 1000101 | 0 | 11110 | 11110000 | 110101 | 101110 |
Color Harmonies of #3737B3
Complementary color
Monochromatic Colors of #3737B3
Black with #3737B3
Text Example
Text Example
White with #3737B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3737B3; }
p { color: rgb(55,55,179); }
H1.HeaderClassName
{
color: #3737B3;
}
.AnyTagClassName
{
color: #3737B3;
}
</style>
background-color css
<style>
a { background-color: #3737B3; }
a { background-color: rgb(55,55,179); }
div.DivClassName
{
background-color: #3737B3;
}
.BgClassName
{
background-color: #3737B3;
}
</style>
border-color css
<style>
span { border-color: #3737B3; }
span { border-color: rgb(55,55,179); }
td.TdClassName
{
border-color: #3737B3;
}
.TagClassName
{
border-color: #3737B3;
}
</style>