Shades of Persian Blue #113CC3
Tints of Persian Blue #113CC3
RGB
CMYK
RGB Variations
Color information
#113CC3 (or 0x113CC3) is known color: Persian Blue. HEX triplet: 11, 3C and C3. RGB value is (17,60,195). Sum of RGB (Red+Green+Blue) = 17+60+195=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #113CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CC3 is #EEC33C. Grayscale: #3D3D3D. Windows color (decimal): -15647549 or 12794897. OLE color: 12794897.
HSL color Cylindrical-coordinate representation of color #113CC3: hue angle of 225.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113CC3 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 60 | 195 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.24 |
| HSL | 225.51º | 0.84% | 0.42% | - |
| HSV(B) | 225.51º | 0.91% | 0.76% | - |
| XYZ | 11.7 | 7.29 | 52.42 | - |
| YUV | 62.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 195 | 0.91 | 0.69 | 0 | 0.24 | 225.51 | 0.84 | 0.42 |
| Hex | 11 | 3C | C3 | 5B | 45 | 0 | 18 | E2 | 54 | 2A |
| Octal | 21 | 74 | 303 | 133 | 105 | 0 | 30 | 342 | 124 | 52 |
| Binary | 10001 | 111100 | 11000011 | 1011011 | 1000101 | 0 | 11000 | 11100010 | 1010100 | 101010 |
Color Harmonies of #113CC3
Complementary color
Monochromatic Colors of #113CC3
Black with #113CC3
Text Example
Text Example
White with #113CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CC3; }
p { color: rgb(17,60,195); }
H1.HeaderClassName
{
color: #113CC3;
}
.AnyTagClassName
{
color: #113CC3;
}
</style>
background-color css
<style>
a { background-color: #113CC3; }
a { background-color: rgb(17,60,195); }
div.DivClassName
{
background-color: #113CC3;
}
.BgClassName
{
background-color: #113CC3;
}
</style>
border-color css
<style>
span { border-color: #113CC3; }
span { border-color: rgb(17,60,195); }
td.TdClassName
{
border-color: #113CC3;
}
.TagClassName
{
border-color: #113CC3;
}
</style>