Shades of Pelorous #2286BE
Tints of Pelorous #2286BE
RGB
CMYK
RGB Variations
Color information
#2286BE (or 0x2286BE) is known color: Pelorous. HEX triplet: 22, 86 and BE. RGB value is (34,134,190). Sum of RGB (Red+Green+Blue) = 34+134+190=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2286BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2286BE is #DD7941. Grayscale: #6E6E6E. Windows color (decimal): -14514498 or 12486178. OLE color: 12486178.
HSL color Cylindrical-coordinate representation of color #2286BE: hue angle of 201.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2286BE is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 134 | 190 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.25 |
| HSL | 201.54º | 0.7% | 0.44% | - |
| HSV(B) | 201.54º | 0.82% | 0.75% | - |
| XYZ | 18.48 | 21.11 | 51.82 | - |
| YUV | 110.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 190 | 0.82 | 0.29 | 0 | 0.25 | 201.54 | 0.7 | 0.44 |
| Hex | 22 | 86 | BE | 52 | 1D | 0 | 19 | CA | 46 | 2C |
| Octal | 42 | 206 | 276 | 122 | 35 | 0 | 31 | 312 | 106 | 54 |
| Binary | 100010 | 10000110 | 10111110 | 1010010 | 11101 | 0 | 11001 | 11001010 | 1000110 | 101100 |
Color Harmonies of #2286BE
Complementary color
Monochromatic Colors of #2286BE
Black with #2286BE
Text Example
Text Example
White with #2286BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2286BE; }
p { color: rgb(34,134,190); }
H1.HeaderClassName
{
color: #2286BE;
}
.AnyTagClassName
{
color: #2286BE;
}
</style>
background-color css
<style>
a { background-color: #2286BE; }
a { background-color: rgb(34,134,190); }
div.DivClassName
{
background-color: #2286BE;
}
.BgClassName
{
background-color: #2286BE;
}
</style>
border-color css
<style>
span { border-color: #2286BE; }
span { border-color: rgb(34,134,190); }
td.TdClassName
{
border-color: #2286BE;
}
.TagClassName
{
border-color: #2286BE;
}
</style>