Shades of Pelorous #228DCB
Tints of Pelorous #228DCB
RGB
CMYK
RGB Variations
Color information
#228DCB (or 0x228DCB) is known color: Pelorous. HEX triplet: 22, 8D and CB. RGB value is (34,141,203). Sum of RGB (Red+Green+Blue) = 34+141+203=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #228DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DCB is #DD7234. Grayscale: #737373. Windows color (decimal): -14512693 or 13339938. OLE color: 13339938.
HSL color Cylindrical-coordinate representation of color #228DCB: hue angle of 202.01º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #228DCB is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 141 | 203 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.20 |
| HSL | 202.01º | 0.71% | 0.46% | - |
| HSV(B) | 202.01º | 0.83% | 0.8% | - |
| XYZ | 20.96 | 23.7 | 59.97 | - |
| YUV | 116.08 | 177.05 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 203 | 0.83 | 0.31 | 0 | 0.20 | 202.01 | 0.71 | 0.46 |
| Hex | 22 | 8D | CB | 53 | 1F | 0 | 14 | CA | 47 | 2E |
| Octal | 42 | 215 | 313 | 123 | 37 | 0 | 24 | 312 | 107 | 56 |
| Binary | 100010 | 10001101 | 11001011 | 1010011 | 11111 | 0 | 10100 | 11001010 | 1000111 | 101110 |
Color Harmonies of #228DCB
Complementary color
Monochromatic Colors of #228DCB
Black with #228DCB
Text Example
Text Example
White with #228DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DCB; }
p { color: rgb(34,141,203); }
H1.HeaderClassName
{
color: #228DCB;
}
.AnyTagClassName
{
color: #228DCB;
}
</style>
background-color css
<style>
a { background-color: #228DCB; }
a { background-color: rgb(34,141,203); }
div.DivClassName
{
background-color: #228DCB;
}
.BgClassName
{
background-color: #228DCB;
}
</style>
border-color css
<style>
span { border-color: #228DCB; }
span { border-color: rgb(34,141,203); }
td.TdClassName
{
border-color: #228DCB;
}
.TagClassName
{
border-color: #228DCB;
}
</style>