Shades of Pelorous #2299B1
Tints of Pelorous #2299B1
RGB
CMYK
RGB Variations
Color information
#2299B1 (or 0x2299B1) is known color: Pelorous. HEX triplet: 22, 99 and B1. RGB value is (34,153,177). Sum of RGB (Red+Green+Blue) = 34+153+177=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #2299B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2299B1 is #DD664E. Grayscale: #777777. Windows color (decimal): -14509647 or 11639074. OLE color: 11639074.
HSL color Cylindrical-coordinate representation of color #2299B1: hue angle of 190.07º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2299B1 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 153 | 177 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.31 |
| HSL | 190.07º | 0.68% | 0.41% | - |
| HSV(B) | 190.07º | 0.81% | 0.69% | - |
| XYZ | 19.99 | 26.3 | 45.62 | - |
| YUV | 120.16 | 160.08 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 177 | 0.81 | 0.14 | 0 | 0.31 | 190.07 | 0.68 | 0.41 |
| Hex | 22 | 99 | B1 | 51 | E | 0 | 1F | BE | 44 | 29 |
| Octal | 42 | 231 | 261 | 121 | 16 | 0 | 37 | 276 | 104 | 51 |
| Binary | 100010 | 10011001 | 10110001 | 1010001 | 1110 | 0 | 11111 | 10111110 | 1000100 | 101001 |
Color Harmonies of #2299B1
Complementary color
Monochromatic Colors of #2299B1
Black with #2299B1
Text Example
Text Example
White with #2299B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2299B1; }
p { color: rgb(34,153,177); }
H1.HeaderClassName
{
color: #2299B1;
}
.AnyTagClassName
{
color: #2299B1;
}
</style>
background-color css
<style>
a { background-color: #2299B1; }
a { background-color: rgb(34,153,177); }
div.DivClassName
{
background-color: #2299B1;
}
.BgClassName
{
background-color: #2299B1;
}
</style>
border-color css
<style>
span { border-color: #2299B1; }
span { border-color: rgb(34,153,177); }
td.TdClassName
{
border-color: #2299B1;
}
.TagClassName
{
border-color: #2299B1;
}
</style>