Shades of Pelorous #2298B3
Tints of Pelorous #2298B3
RGB
CMYK
RGB Variations
Color information
#2298B3 (or 0x2298B3) is known color: Pelorous. HEX triplet: 22, 98 and B3. RGB value is (34,152,179). Sum of RGB (Red+Green+Blue) = 34+152+179=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #2298B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2298B3 is #DD674C. Grayscale: #777777. Windows color (decimal): -14509901 or 11769890. OLE color: 11769890.
HSL color Cylindrical-coordinate representation of color #2298B3: hue angle of 191.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2298B3 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 152 | 179 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.30 |
| HSL | 191.17º | 0.68% | 0.42% | - |
| HSV(B) | 191.17º | 0.81% | 0.7% | - |
| XYZ | 20.02 | 26.05 | 46.62 | - |
| YUV | 119.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 179 | 0.81 | 0.15 | 0 | 0.30 | 191.17 | 0.68 | 0.42 |
| Hex | 22 | 98 | B3 | 51 | F | 0 | 1E | BF | 44 | 2A |
| Octal | 42 | 230 | 263 | 121 | 17 | 0 | 36 | 277 | 104 | 52 |
| Binary | 100010 | 10011000 | 10110011 | 1010001 | 1111 | 0 | 11110 | 10111111 | 1000100 | 101010 |
Color Harmonies of #2298B3
Complementary color
Monochromatic Colors of #2298B3
Black with #2298B3
Text Example
Text Example
White with #2298B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2298B3; }
p { color: rgb(34,152,179); }
H1.HeaderClassName
{
color: #2298B3;
}
.AnyTagClassName
{
color: #2298B3;
}
</style>
background-color css
<style>
a { background-color: #2298B3; }
a { background-color: rgb(34,152,179); }
div.DivClassName
{
background-color: #2298B3;
}
.BgClassName
{
background-color: #2298B3;
}
</style>
border-color css
<style>
span { border-color: #2298B3; }
span { border-color: rgb(34,152,179); }
td.TdClassName
{
border-color: #2298B3;
}
.TagClassName
{
border-color: #2298B3;
}
</style>