Shades of Pelorous #2298BA
Tints of Pelorous #2298BA
RGB
CMYK
RGB Variations
Color information
#2298BA (or 0x2298BA) is known color: Pelorous. HEX triplet: 22, 98 and BA. RGB value is (34,152,186). Sum of RGB (Red+Green+Blue) = 34+152+186=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #2298BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2298BA is #DD6745. Grayscale: #787878. Windows color (decimal): -14509894 or 12228642. OLE color: 12228642.
HSL color Cylindrical-coordinate representation of color #2298BA: hue angle of 193.42º 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 #2298BA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 152 | 186 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.27 |
| HSL | 193.42º | 0.69% | 0.43% | - |
| HSV(B) | 193.42º | 0.82% | 0.73% | - |
| XYZ | 20.75 | 26.34 | 50.45 | - |
| YUV | 120.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 186 | 0.82 | 0.18 | 0 | 0.27 | 193.42 | 0.69 | 0.43 |
| Hex | 22 | 98 | BA | 52 | 12 | 0 | 1B | C1 | 45 | 2B |
| Octal | 42 | 230 | 272 | 122 | 22 | 0 | 33 | 301 | 105 | 53 |
| Binary | 100010 | 10011000 | 10111010 | 1010010 | 10010 | 0 | 11011 | 11000001 | 1000101 | 101011 |
Color Harmonies of #2298BA
Complementary color
Monochromatic Colors of #2298BA
Black with #2298BA
Text Example
Text Example
White with #2298BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2298BA; }
p { color: rgb(34,152,186); }
H1.HeaderClassName
{
color: #2298BA;
}
.AnyTagClassName
{
color: #2298BA;
}
</style>
background-color css
<style>
a { background-color: #2298BA; }
a { background-color: rgb(34,152,186); }
div.DivClassName
{
background-color: #2298BA;
}
.BgClassName
{
background-color: #2298BA;
}
</style>
border-color css
<style>
span { border-color: #2298BA; }
span { border-color: rgb(34,152,186); }
td.TdClassName
{
border-color: #2298BA;
}
.TagClassName
{
border-color: #2298BA;
}
</style>