Shades of Pelorous #229BC6
Tints of Pelorous #229BC6
RGB
CMYK
RGB Variations
Color information
#229BC6 (or 0x229BC6) is known color: Pelorous. HEX triplet: 22, 9B and C6. RGB value is (34,155,198). Sum of RGB (Red+Green+Blue) = 34+155+198=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #229BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BC6 is #DD6439. Grayscale: #7B7B7B. Windows color (decimal): -14509114 or 13015842. OLE color: 13015842.
HSL color Cylindrical-coordinate representation of color #229BC6: hue angle of 195.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229BC6 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 155 | 198 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.22 |
| HSL | 195.73º | 0.71% | 0.45% | - |
| HSV(B) | 195.73º | 0.83% | 0.78% | - |
| XYZ | 22.57 | 27.86 | 57.61 | - |
| YUV | 123.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 198 | 0.83 | 0.22 | 0 | 0.22 | 195.73 | 0.71 | 0.45 |
| Hex | 22 | 9B | C6 | 53 | 16 | 0 | 16 | C4 | 47 | 2D |
| Octal | 42 | 233 | 306 | 123 | 26 | 0 | 26 | 304 | 107 | 55 |
| Binary | 100010 | 10011011 | 11000110 | 1010011 | 10110 | 0 | 10110 | 11000100 | 1000111 | 101101 |
Color Harmonies of #229BC6
Complementary color
Monochromatic Colors of #229BC6
Black with #229BC6
Text Example
Text Example
White with #229BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BC6; }
p { color: rgb(34,155,198); }
H1.HeaderClassName
{
color: #229BC6;
}
.AnyTagClassName
{
color: #229BC6;
}
</style>
background-color css
<style>
a { background-color: #229BC6; }
a { background-color: rgb(34,155,198); }
div.DivClassName
{
background-color: #229BC6;
}
.BgClassName
{
background-color: #229BC6;
}
</style>
border-color css
<style>
span { border-color: #229BC6; }
span { border-color: rgb(34,155,198); }
td.TdClassName
{
border-color: #229BC6;
}
.TagClassName
{
border-color: #229BC6;
}
</style>