Shades of Pelorous #229BCD
Tints of Pelorous #229BCD
RGB
CMYK
RGB Variations
Color information
#229BCD (or 0x229BCD) is known color: Pelorous. HEX triplet: 22, 9B and CD. RGB value is (34,155,205). Sum of RGB (Red+Green+Blue) = 34+155+205=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #229BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BCD is #DD6432. Grayscale: #7C7C7C. Windows color (decimal): -14509107 or 13474594. OLE color: 13474594.
HSL color Cylindrical-coordinate representation of color #229BCD: hue angle of 197.54º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229BCD is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 155 | 205 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.20 |
| HSL | 197.54º | 0.72% | 0.47% | - |
| HSV(B) | 197.54º | 0.83% | 0.8% | - |
| XYZ | 23.4 | 28.19 | 61.97 | - |
| YUV | 124.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 205 | 0.83 | 0.24 | 0 | 0.20 | 197.54 | 0.72 | 0.47 |
| Hex | 22 | 9B | CD | 53 | 18 | 0 | 14 | C6 | 48 | 2F |
| Octal | 42 | 233 | 315 | 123 | 30 | 0 | 24 | 306 | 110 | 57 |
| Binary | 100010 | 10011011 | 11001101 | 1010011 | 11000 | 0 | 10100 | 11000110 | 1001000 | 101111 |
Color Harmonies of #229BCD
Complementary color
Monochromatic Colors of #229BCD
Black with #229BCD
Text Example
Text Example
White with #229BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BCD; }
p { color: rgb(34,155,205); }
H1.HeaderClassName
{
color: #229BCD;
}
.AnyTagClassName
{
color: #229BCD;
}
</style>
background-color css
<style>
a { background-color: #229BCD; }
a { background-color: rgb(34,155,205); }
div.DivClassName
{
background-color: #229BCD;
}
.BgClassName
{
background-color: #229BCD;
}
</style>
border-color css
<style>
span { border-color: #229BCD; }
span { border-color: rgb(34,155,205); }
td.TdClassName
{
border-color: #229BCD;
}
.TagClassName
{
border-color: #229BCD;
}
</style>