Shades of Pelorous #228FBC
Tints of Pelorous #228FBC
RGB
CMYK
RGB Variations
Color information
#228FBC (or 0x228FBC) is known color: Pelorous. HEX triplet: 22, 8F and BC. RGB value is (34,143,188). Sum of RGB (Red+Green+Blue) = 34+143+188=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #228FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FBC is #DD7043. Grayscale: #737373. Windows color (decimal): -14512196 or 12357410. OLE color: 12357410.
HSL color Cylindrical-coordinate representation of color #228FBC: hue angle of 197.53º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228FBC is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 143 | 188 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.26 |
| HSL | 197.53º | 0.69% | 0.44% | - |
| HSV(B) | 197.53º | 0.82% | 0.74% | - |
| XYZ | 19.56 | 23.62 | 51.1 | - |
| YUV | 115.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 188 | 0.82 | 0.24 | 0 | 0.26 | 197.53 | 0.69 | 0.44 |
| Hex | 22 | 8F | BC | 52 | 18 | 0 | 1A | C6 | 45 | 2C |
| Octal | 42 | 217 | 274 | 122 | 30 | 0 | 32 | 306 | 105 | 54 |
| Binary | 100010 | 10001111 | 10111100 | 1010010 | 11000 | 0 | 11010 | 11000110 | 1000101 | 101100 |
Color Harmonies of #228FBC
Complementary color
Monochromatic Colors of #228FBC
Black with #228FBC
Text Example
Text Example
White with #228FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FBC; }
p { color: rgb(34,143,188); }
H1.HeaderClassName
{
color: #228FBC;
}
.AnyTagClassName
{
color: #228FBC;
}
</style>
background-color css
<style>
a { background-color: #228FBC; }
a { background-color: rgb(34,143,188); }
div.DivClassName
{
background-color: #228FBC;
}
.BgClassName
{
background-color: #228FBC;
}
</style>
border-color css
<style>
span { border-color: #228FBC; }
span { border-color: rgb(34,143,188); }
td.TdClassName
{
border-color: #228FBC;
}
.TagClassName
{
border-color: #228FBC;
}
</style>