Shades of Persian Blue #1737BD
Tints of Persian Blue #1737BD
RGB
CMYK
RGB Variations
Color information
#1737BD (or 0x1737BD) is known color: Persian Blue. HEX triplet: 17, 37 and BD. RGB value is (23,55,189). Sum of RGB (Red+Green+Blue) = 23+55+189=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #1737BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1737BD is #E8C842. Grayscale: #3C3C3C. Windows color (decimal): -15255619 or 12400407. OLE color: 12400407.
HSL color Cylindrical-coordinate representation of color #1737BD: hue angle of 228.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1737BD is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 55 | 189 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.26 |
| HSL | 228.43º | 0.78% | 0.42% | - |
| HSV(B) | 228.43º | 0.88% | 0.74% | - |
| XYZ | 10.9 | 6.59 | 48.84 | - |
| YUV | 60.71 | 200.4 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 189 | 0.88 | 0.71 | 0 | 0.26 | 228.43 | 0.78 | 0.42 |
| Hex | 17 | 37 | BD | 58 | 47 | 0 | 1A | E4 | 4E | 2A |
| Octal | 27 | 67 | 275 | 130 | 107 | 0 | 32 | 344 | 116 | 52 |
| Binary | 10111 | 110111 | 10111101 | 1011000 | 1000111 | 0 | 11010 | 11100100 | 1001110 | 101010 |
Color Harmonies of #1737BD
Complementary color
Monochromatic Colors of #1737BD
Black with #1737BD
Text Example
Text Example
White with #1737BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1737BD; }
p { color: rgb(23,55,189); }
H1.HeaderClassName
{
color: #1737BD;
}
.AnyTagClassName
{
color: #1737BD;
}
</style>
background-color css
<style>
a { background-color: #1737BD; }
a { background-color: rgb(23,55,189); }
div.DivClassName
{
background-color: #1737BD;
}
.BgClassName
{
background-color: #1737BD;
}
</style>
border-color css
<style>
span { border-color: #1737BD; }
span { border-color: rgb(23,55,189); }
td.TdClassName
{
border-color: #1737BD;
}
.TagClassName
{
border-color: #1737BD;
}
</style>