Shades of Persian Blue #182CE3
Tints of Persian Blue #182CE3
RGB
CMYK
RGB Variations
Color information
#182CE3 (or 0x182CE3) is known color: Persian Blue. HEX triplet: 18, 2C and E3. RGB value is (24,44,227). Sum of RGB (Red+Green+Blue) = 24+44+227=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 227 (89.06% from 255 or 76.95% from 295); Max value from RGB is 227 - color contains mainly: blue. Hex color #182CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182CE3 is #E7D31C. Grayscale: #3A3A3A. Windows color (decimal): -15192861 or 14887960. OLE color: 14887960.
HSL color Cylindrical-coordinate representation of color #182CE3: hue angle of 234.09º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182CE3 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 44 | 227 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.11 |
| HSL | 234.09º | 0.81% | 0.49% | - |
| HSV(B) | 234.09º | 0.89% | 0.89% | - |
| XYZ | 15.14 | 7.54 | 73.33 | - |
| YUV | 58.88 | 222.87 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 227 | 0.89 | 0.81 | 0 | 0.11 | 234.09 | 0.81 | 0.49 |
| Hex | 18 | 2C | E3 | 59 | 51 | 0 | B | EA | 51 | 31 |
| Octal | 30 | 54 | 343 | 131 | 121 | 0 | 13 | 352 | 121 | 61 |
| Binary | 11000 | 101100 | 11100011 | 1011001 | 1010001 | 0 | 1011 | 11101010 | 1010001 | 110001 |
Color Harmonies of #182CE3
Complementary color
Monochromatic Colors of #182CE3
Black with #182CE3
Text Example
Text Example
White with #182CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CE3; }
p { color: rgb(24,44,227); }
H1.HeaderClassName
{
color: #182CE3;
}
.AnyTagClassName
{
color: #182CE3;
}
</style>
background-color css
<style>
a { background-color: #182CE3; }
a { background-color: rgb(24,44,227); }
div.DivClassName
{
background-color: #182CE3;
}
.BgClassName
{
background-color: #182CE3;
}
</style>
border-color css
<style>
span { border-color: #182CE3; }
span { border-color: rgb(24,44,227); }
td.TdClassName
{
border-color: #182CE3;
}
.TagClassName
{
border-color: #182CE3;
}
</style>