Shades of Pelorous #228BB5
Tints of Pelorous #228BB5
RGB
CMYK
RGB Variations
Color information
#228BB5 (or 0x228BB5) is known color: Pelorous. HEX triplet: 22, 8B and B5. RGB value is (34,139,181). Sum of RGB (Red+Green+Blue) = 34+139+181=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #228BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BB5 is #DD744A. Grayscale: #707070. Windows color (decimal): -14513227 or 11897634. OLE color: 11897634.
HSL color Cylindrical-coordinate representation of color #228BB5: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228BB5 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 139 | 181 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.29 |
| HSL | 197.14º | 0.68% | 0.42% | - |
| HSV(B) | 197.14º | 0.81% | 0.71% | - |
| XYZ | 18.23 | 22.14 | 47.03 | - |
| YUV | 112.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 181 | 0.81 | 0.23 | 0 | 0.29 | 197.14 | 0.68 | 0.42 |
| Hex | 22 | 8B | B5 | 51 | 17 | 0 | 1D | C5 | 44 | 2A |
| Octal | 42 | 213 | 265 | 121 | 27 | 0 | 35 | 305 | 104 | 52 |
| Binary | 100010 | 10001011 | 10110101 | 1010001 | 10111 | 0 | 11101 | 11000101 | 1000100 | 101010 |
Color Harmonies of #228BB5
Complementary color
Monochromatic Colors of #228BB5
Black with #228BB5
Text Example
Text Example
White with #228BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BB5; }
p { color: rgb(34,139,181); }
H1.HeaderClassName
{
color: #228BB5;
}
.AnyTagClassName
{
color: #228BB5;
}
</style>
background-color css
<style>
a { background-color: #228BB5; }
a { background-color: rgb(34,139,181); }
div.DivClassName
{
background-color: #228BB5;
}
.BgClassName
{
background-color: #228BB5;
}
</style>
border-color css
<style>
span { border-color: #228BB5; }
span { border-color: rgb(34,139,181); }
td.TdClassName
{
border-color: #228BB5;
}
.TagClassName
{
border-color: #228BB5;
}
</style>