Shades of Pelorous #228DB2
Tints of Pelorous #228DB2
RGB
CMYK
RGB Variations
Color information
#228DB2 (or 0x228DB2) is known color: Pelorous. HEX triplet: 22, 8D and B2. RGB value is (34,141,178). Sum of RGB (Red+Green+Blue) = 34+141+178=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #228DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228DB2 is #DD724D. Grayscale: #707070. Windows color (decimal): -14512718 or 11701538. OLE color: 11701538.
HSL color Cylindrical-coordinate representation of color #228DB2: hue angle of 195.42º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228DB2 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 141 | 178 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.30 |
| HSL | 195.42º | 0.68% | 0.42% | - |
| HSV(B) | 195.42º | 0.81% | 0.7% | - |
| XYZ | 18.22 | 22.6 | 45.52 | - |
| YUV | 113.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 178 | 0.81 | 0.21 | 0 | 0.30 | 195.42 | 0.68 | 0.42 |
| Hex | 22 | 8D | B2 | 51 | 15 | 0 | 1E | C3 | 44 | 2A |
| Octal | 42 | 215 | 262 | 121 | 25 | 0 | 36 | 303 | 104 | 52 |
| Binary | 100010 | 10001101 | 10110010 | 1010001 | 10101 | 0 | 11110 | 11000011 | 1000100 | 101010 |
Color Harmonies of #228DB2
Complementary color
Monochromatic Colors of #228DB2
Black with #228DB2
Text Example
Text Example
White with #228DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DB2; }
p { color: rgb(34,141,178); }
H1.HeaderClassName
{
color: #228DB2;
}
.AnyTagClassName
{
color: #228DB2;
}
</style>
background-color css
<style>
a { background-color: #228DB2; }
a { background-color: rgb(34,141,178); }
div.DivClassName
{
background-color: #228DB2;
}
.BgClassName
{
background-color: #228DB2;
}
</style>
border-color css
<style>
span { border-color: #228DB2; }
span { border-color: rgb(34,141,178); }
td.TdClassName
{
border-color: #228DB2;
}
.TagClassName
{
border-color: #228DB2;
}
</style>