Shades of Pelorous #2299BF
Tints of Pelorous #2299BF
RGB
CMYK
RGB Variations
Color information
#2299BF (or 0x2299BF) is known color: Pelorous. HEX triplet: 22, 99 and BF. RGB value is (34,153,191). Sum of RGB (Red+Green+Blue) = 34+153+191=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #2299BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2299BF is #DD6640. Grayscale: #797979. Windows color (decimal): -14509633 or 12556578. OLE color: 12556578.
HSL color Cylindrical-coordinate representation of color #2299BF: hue angle of 194.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2299BF is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 153 | 191 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.25 |
| HSL | 194.52º | 0.7% | 0.44% | - |
| HSV(B) | 194.52º | 0.82% | 0.75% | - |
| XYZ | 21.45 | 26.88 | 53.35 | - |
| YUV | 121.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 191 | 0.82 | 0.20 | 0 | 0.25 | 194.52 | 0.7 | 0.44 |
| Hex | 22 | 99 | BF | 52 | 14 | 0 | 19 | C3 | 46 | 2C |
| Octal | 42 | 231 | 277 | 122 | 24 | 0 | 31 | 303 | 106 | 54 |
| Binary | 100010 | 10011001 | 10111111 | 1010010 | 10100 | 0 | 11001 | 11000011 | 1000110 | 101100 |
Color Harmonies of #2299BF
Complementary color
Monochromatic Colors of #2299BF
Black with #2299BF
Text Example
Text Example
White with #2299BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2299BF; }
p { color: rgb(34,153,191); }
H1.HeaderClassName
{
color: #2299BF;
}
.AnyTagClassName
{
color: #2299BF;
}
</style>
background-color css
<style>
a { background-color: #2299BF; }
a { background-color: rgb(34,153,191); }
div.DivClassName
{
background-color: #2299BF;
}
.BgClassName
{
background-color: #2299BF;
}
</style>
border-color css
<style>
span { border-color: #2299BF; }
span { border-color: rgb(34,153,191); }
td.TdClassName
{
border-color: #2299BF;
}
.TagClassName
{
border-color: #2299BF;
}
</style>