Shades of Persian Blue #3718B5
Tints of Persian Blue #3718B5
RGB
CMYK
RGB Variations
Color information
#3718B5 (or 0x3718B5) is known color: Persian Blue. HEX triplet: 37, 18 and B5. RGB value is (55,24,181). Sum of RGB (Red+Green+Blue) = 55+24+181=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #3718B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3718B5 is #C8E74A. Grayscale: #323232. Windows color (decimal): -13166411 or 11868215. OLE color: 11868215.
HSL color Cylindrical-coordinate representation of color #3718B5: hue angle of 251.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3718B5 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 24 | 181 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.29 |
| HSL | 251.85º | 0.77% | 0.4% | - |
| HSV(B) | 251.85º | 0.87% | 0.71% | - |
| XYZ | 10.24 | 4.8 | 44.1 | - |
| YUV | 51.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 181 | 0.70 | 0.87 | 0 | 0.29 | 251.85 | 0.77 | 0.4 |
| Hex | 37 | 18 | B5 | 46 | 57 | 0 | 1D | FC | 4D | 28 |
| Octal | 67 | 30 | 265 | 106 | 127 | 0 | 35 | 374 | 115 | 50 |
| Binary | 110111 | 11000 | 10110101 | 1000110 | 1010111 | 0 | 11101 | 11111100 | 1001101 | 101000 |
Color Harmonies of #3718B5
Complementary color
Monochromatic Colors of #3718B5
Black with #3718B5
Text Example
Text Example
White with #3718B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3718B5; }
p { color: rgb(55,24,181); }
H1.HeaderClassName
{
color: #3718B5;
}
.AnyTagClassName
{
color: #3718B5;
}
</style>
background-color css
<style>
a { background-color: #3718B5; }
a { background-color: rgb(55,24,181); }
div.DivClassName
{
background-color: #3718B5;
}
.BgClassName
{
background-color: #3718B5;
}
</style>
border-color css
<style>
span { border-color: #3718B5; }
span { border-color: rgb(55,24,181); }
td.TdClassName
{
border-color: #3718B5;
}
.TagClassName
{
border-color: #3718B5;
}
</style>