Shades of Pelorous #229CC1
Tints of Pelorous #229CC1
RGB
CMYK
RGB Variations
Color information
#229CC1 (or 0x229CC1) is known color: Pelorous. HEX triplet: 22, 9C and C1. RGB value is (34,156,193). Sum of RGB (Red+Green+Blue) = 34+156+193=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #229CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CC1 is #DD633E. Grayscale: #7B7B7B. Windows color (decimal): -14508863 or 12688418. OLE color: 12688418.
HSL color Cylindrical-coordinate representation of color #229CC1: hue angle of 193.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229CC1 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 156 | 193 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.24 |
| HSL | 193.96º | 0.7% | 0.45% | - |
| HSV(B) | 193.96º | 0.82% | 0.76% | - |
| XYZ | 22.17 | 27.97 | 54.68 | - |
| YUV | 123.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 193 | 0.82 | 0.19 | 0 | 0.24 | 193.96 | 0.7 | 0.45 |
| Hex | 22 | 9C | C1 | 52 | 13 | 0 | 18 | C2 | 46 | 2D |
| Octal | 42 | 234 | 301 | 122 | 23 | 0 | 30 | 302 | 106 | 55 |
| Binary | 100010 | 10011100 | 11000001 | 1010010 | 10011 | 0 | 11000 | 11000010 | 1000110 | 101101 |
Color Harmonies of #229CC1
Complementary color
Monochromatic Colors of #229CC1
Black with #229CC1
Text Example
Text Example
White with #229CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CC1; }
p { color: rgb(34,156,193); }
H1.HeaderClassName
{
color: #229CC1;
}
.AnyTagClassName
{
color: #229CC1;
}
</style>
background-color css
<style>
a { background-color: #229CC1; }
a { background-color: rgb(34,156,193); }
div.DivClassName
{
background-color: #229CC1;
}
.BgClassName
{
background-color: #229CC1;
}
</style>
border-color css
<style>
span { border-color: #229CC1; }
span { border-color: rgb(34,156,193); }
td.TdClassName
{
border-color: #229CC1;
}
.TagClassName
{
border-color: #229CC1;
}
</style>