Shades of Persian Blue #1737EE
Tints of Persian Blue #1737EE
RGB
CMYK
RGB Variations
Color information
#1737EE (or 0x1737EE) is known color: Persian Blue. HEX triplet: 17, 37 and EE. RGB value is (23,55,238). Sum of RGB (Red+Green+Blue) = 23+55+238=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #1737EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1737EE is #E8C811. Grayscale: #414141. Windows color (decimal): -15255570 or 15611671. OLE color: 15611671.
HSL color Cylindrical-coordinate representation of color #1737EE: hue angle of 231.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1737EE is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 55 | 238 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.07 |
| HSL | 231.07º | 0.86% | 0.51% | - |
| HSV(B) | 231.07º | 0.9% | 0.93% | - |
| XYZ | 17.15 | 9.09 | 81.74 | - |
| YUV | 66.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 238 | 0.90 | 0.77 | 0 | 0.07 | 231.07 | 0.86 | 0.51 |
| Hex | 17 | 37 | EE | 5A | 4D | 0 | 7 | E7 | 56 | 33 |
| Octal | 27 | 67 | 356 | 132 | 115 | 0 | 7 | 347 | 126 | 63 |
| Binary | 10111 | 110111 | 11101110 | 1011010 | 1001101 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1737EE
Complementary color
Monochromatic Colors of #1737EE
Black with #1737EE
Text Example
Text Example
White with #1737EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1737EE; }
p { color: rgb(23,55,238); }
H1.HeaderClassName
{
color: #1737EE;
}
.AnyTagClassName
{
color: #1737EE;
}
</style>
background-color css
<style>
a { background-color: #1737EE; }
a { background-color: rgb(23,55,238); }
div.DivClassName
{
background-color: #1737EE;
}
.BgClassName
{
background-color: #1737EE;
}
</style>
border-color css
<style>
span { border-color: #1737EE; }
span { border-color: rgb(23,55,238); }
td.TdClassName
{
border-color: #1737EE;
}
.TagClassName
{
border-color: #1737EE;
}
</style>