Shades of Pelorous #2389BA
Tints of Pelorous #2389BA
RGB
CMYK
RGB Variations
Color information
#2389BA (or 0x2389BA) is known color: Pelorous. HEX triplet: 23, 89 and BA. RGB value is (35,137,186). Sum of RGB (Red+Green+Blue) = 35+137+186=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #2389BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2389BA is #DC7645. Grayscale: #6F6F6F. Windows color (decimal): -14448198 or 12224803. OLE color: 12224803.
HSL color Cylindrical-coordinate representation of color #2389BA: hue angle of 199.47º 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 #2389BA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 137 | 186 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.27 |
| HSL | 199.47º | 0.68% | 0.43% | - |
| HSV(B) | 199.47º | 0.81% | 0.73% | - |
| XYZ | 18.5 | 21.79 | 49.69 | - |
| YUV | 112.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 186 | 0.81 | 0.26 | 0 | 0.27 | 199.47 | 0.68 | 0.43 |
| Hex | 23 | 89 | BA | 51 | 1A | 0 | 1B | C7 | 44 | 2B |
| Octal | 43 | 211 | 272 | 121 | 32 | 0 | 33 | 307 | 104 | 53 |
| Binary | 100011 | 10001001 | 10111010 | 1010001 | 11010 | 0 | 11011 | 11000111 | 1000100 | 101011 |
Color Harmonies of #2389BA
Complementary color
Monochromatic Colors of #2389BA
Black with #2389BA
Text Example
Text Example
White with #2389BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2389BA; }
p { color: rgb(35,137,186); }
H1.HeaderClassName
{
color: #2389BA;
}
.AnyTagClassName
{
color: #2389BA;
}
</style>
background-color css
<style>
a { background-color: #2389BA; }
a { background-color: rgb(35,137,186); }
div.DivClassName
{
background-color: #2389BA;
}
.BgClassName
{
background-color: #2389BA;
}
</style>
border-color css
<style>
span { border-color: #2389BA; }
span { border-color: rgb(35,137,186); }
td.TdClassName
{
border-color: #2389BA;
}
.TagClassName
{
border-color: #2389BA;
}
</style>