Shades of Pelorous #2391BA
Tints of Pelorous #2391BA
RGB
CMYK
RGB Variations
Color information
#2391BA (or 0x2391BA) is known color: Pelorous. HEX triplet: 23, 91 and BA. RGB value is (35,145,186). Sum of RGB (Red+Green+Blue) = 35+145+186=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #2391BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2391BA is #DC6E45. Grayscale: #747474. Windows color (decimal): -14446150 or 12226851. OLE color: 12226851.
HSL color Cylindrical-coordinate representation of color #2391BA: hue angle of 196.29º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2391BA is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 145 | 186 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.27 |
| HSL | 196.29º | 0.68% | 0.43% | - |
| HSV(B) | 196.29º | 0.81% | 0.73% | - |
| XYZ | 19.68 | 24.15 | 50.08 | - |
| YUV | 116.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 186 | 0.81 | 0.22 | 0 | 0.27 | 196.29 | 0.68 | 0.43 |
| Hex | 23 | 91 | BA | 51 | 16 | 0 | 1B | C4 | 44 | 2B |
| Octal | 43 | 221 | 272 | 121 | 26 | 0 | 33 | 304 | 104 | 53 |
| Binary | 100011 | 10010001 | 10111010 | 1010001 | 10110 | 0 | 11011 | 11000100 | 1000100 | 101011 |
Color Harmonies of #2391BA
Complementary color
Monochromatic Colors of #2391BA
Black with #2391BA
Text Example
Text Example
White with #2391BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2391BA; }
p { color: rgb(35,145,186); }
H1.HeaderClassName
{
color: #2391BA;
}
.AnyTagClassName
{
color: #2391BA;
}
</style>
background-color css
<style>
a { background-color: #2391BA; }
a { background-color: rgb(35,145,186); }
div.DivClassName
{
background-color: #2391BA;
}
.BgClassName
{
background-color: #2391BA;
}
</style>
border-color css
<style>
span { border-color: #2391BA; }
span { border-color: rgb(35,145,186); }
td.TdClassName
{
border-color: #2391BA;
}
.TagClassName
{
border-color: #2391BA;
}
</style>