Shades of Pelorous #2289BA
Tints of Pelorous #2289BA
RGB
CMYK
RGB Variations
Color information
#2289BA (or 0x2289BA) is known color: Pelorous. HEX triplet: 22, 89 and BA. RGB value is (34,137,186). Sum of RGB (Red+Green+Blue) = 34+137+186=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #2289BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2289BA is #DD7645. Grayscale: #6F6F6F. Windows color (decimal): -14513734 or 12224802. OLE color: 12224802.
HSL color Cylindrical-coordinate representation of color #2289BA: hue angle of 199.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2289BA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 137 | 186 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.27 |
| HSL | 199.34º | 0.69% | 0.43% | - |
| HSV(B) | 199.34º | 0.82% | 0.73% | - |
| XYZ | 18.47 | 21.78 | 49.68 | - |
| YUV | 111.79 | 169.88 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 186 | 0.82 | 0.26 | 0 | 0.27 | 199.34 | 0.69 | 0.43 |
| Hex | 22 | 89 | BA | 52 | 1A | 0 | 1B | C7 | 45 | 2B |
| Octal | 42 | 211 | 272 | 122 | 32 | 0 | 33 | 307 | 105 | 53 |
| Binary | 100010 | 10001001 | 10111010 | 1010010 | 11010 | 0 | 11011 | 11000111 | 1000101 | 101011 |
Color Harmonies of #2289BA
Complementary color
Monochromatic Colors of #2289BA
Black with #2289BA
Text Example
Text Example
White with #2289BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2289BA; }
p { color: rgb(34,137,186); }
H1.HeaderClassName
{
color: #2289BA;
}
.AnyTagClassName
{
color: #2289BA;
}
</style>
background-color css
<style>
a { background-color: #2289BA; }
a { background-color: rgb(34,137,186); }
div.DivClassName
{
background-color: #2289BA;
}
.BgClassName
{
background-color: #2289BA;
}
</style>
border-color css
<style>
span { border-color: #2289BA; }
span { border-color: rgb(34,137,186); }
td.TdClassName
{
border-color: #2289BA;
}
.TagClassName
{
border-color: #2289BA;
}
</style>