Shades of Pelorous #2298BC
Tints of Pelorous #2298BC
RGB
CMYK
RGB Variations
Color information
#2298BC (or 0x2298BC) is known color: Pelorous. HEX triplet: 22, 98 and BC. RGB value is (34,152,188). Sum of RGB (Red+Green+Blue) = 34+152+188=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2298BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2298BC is #DD6743. Grayscale: #787878. Windows color (decimal): -14509892 or 12359714. OLE color: 12359714.
HSL color Cylindrical-coordinate representation of color #2298BC: hue angle of 194.03º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2298BC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 152 | 188 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.26 |
| HSL | 194.03º | 0.69% | 0.44% | - |
| HSV(B) | 194.03º | 0.82% | 0.74% | - |
| XYZ | 20.97 | 26.43 | 51.57 | - |
| YUV | 120.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 188 | 0.82 | 0.19 | 0 | 0.26 | 194.03 | 0.69 | 0.44 |
| Hex | 22 | 98 | BC | 52 | 13 | 0 | 1A | C2 | 45 | 2C |
| Octal | 42 | 230 | 274 | 122 | 23 | 0 | 32 | 302 | 105 | 54 |
| Binary | 100010 | 10011000 | 10111100 | 1010010 | 10011 | 0 | 11010 | 11000010 | 1000101 | 101100 |
Color Harmonies of #2298BC
Complementary color
Monochromatic Colors of #2298BC
Black with #2298BC
Text Example
Text Example
White with #2298BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2298BC; }
p { color: rgb(34,152,188); }
H1.HeaderClassName
{
color: #2298BC;
}
.AnyTagClassName
{
color: #2298BC;
}
</style>
background-color css
<style>
a { background-color: #2298BC; }
a { background-color: rgb(34,152,188); }
div.DivClassName
{
background-color: #2298BC;
}
.BgClassName
{
background-color: #2298BC;
}
</style>
border-color css
<style>
span { border-color: #2298BC; }
span { border-color: rgb(34,152,188); }
td.TdClassName
{
border-color: #2298BC;
}
.TagClassName
{
border-color: #2298BC;
}
</style>