Shades of Persian Blue #1744B3
Tints of Persian Blue #1744B3
RGB
CMYK
RGB Variations
Color information
#1744B3 (or 0x1744B3) is known color: Persian Blue. HEX triplet: 17, 44 and B3. RGB value is (23,68,179). Sum of RGB (Red+Green+Blue) = 23+68+179=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #1744B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744B3 is #E8BB4C. Grayscale: #424242. Windows color (decimal): -15252301 or 11748375. OLE color: 11748375.
HSL color Cylindrical-coordinate representation of color #1744B3: hue angle of 222.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1744B3 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 68 | 179 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.30 |
| HSL | 222.69º | 0.77% | 0.4% | - |
| HSV(B) | 222.69º | 0.87% | 0.7% | - |
| XYZ | 10.56 | 7.57 | 43.55 | - |
| YUV | 67.2 | 191.09 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 179 | 0.87 | 0.62 | 0 | 0.30 | 222.69 | 0.77 | 0.4 |
| Hex | 17 | 44 | B3 | 57 | 3E | 0 | 1E | DF | 4D | 28 |
| Octal | 27 | 104 | 263 | 127 | 76 | 0 | 36 | 337 | 115 | 50 |
| Binary | 10111 | 1000100 | 10110011 | 1010111 | 111110 | 0 | 11110 | 11011111 | 1001101 | 101000 |
Color Harmonies of #1744B3
Complementary color
Monochromatic Colors of #1744B3
Black with #1744B3
Text Example
Text Example
White with #1744B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744B3; }
p { color: rgb(23,68,179); }
H1.HeaderClassName
{
color: #1744B3;
}
.AnyTagClassName
{
color: #1744B3;
}
</style>
background-color css
<style>
a { background-color: #1744B3; }
a { background-color: rgb(23,68,179); }
div.DivClassName
{
background-color: #1744B3;
}
.BgClassName
{
background-color: #1744B3;
}
</style>
border-color css
<style>
span { border-color: #1744B3; }
span { border-color: rgb(23,68,179); }
td.TdClassName
{
border-color: #1744B3;
}
.TagClassName
{
border-color: #1744B3;
}
</style>