Shades of Pelorous #2287BE
Tints of Pelorous #2287BE
RGB
CMYK
RGB Variations
Color information
#2287BE (or 0x2287BE) is known color: Pelorous. HEX triplet: 22, 87 and BE. RGB value is (34,135,190). Sum of RGB (Red+Green+Blue) = 34+135+190=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #2287BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2287BE is #DD7841. Grayscale: #6E6E6E. Windows color (decimal): -14514242 or 12486434. OLE color: 12486434.
HSL color Cylindrical-coordinate representation of color #2287BE: hue angle of 201.15º 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 #2287BE is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 135 | 190 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.25 |
| HSL | 201.15º | 0.7% | 0.44% | - |
| HSV(B) | 201.15º | 0.82% | 0.75% | - |
| XYZ | 18.62 | 21.39 | 51.86 | - |
| YUV | 111.07 | 172.54 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 190 | 0.82 | 0.29 | 0 | 0.25 | 201.15 | 0.7 | 0.44 |
| Hex | 22 | 87 | BE | 52 | 1D | 0 | 19 | C9 | 46 | 2C |
| Octal | 42 | 207 | 276 | 122 | 35 | 0 | 31 | 311 | 106 | 54 |
| Binary | 100010 | 10000111 | 10111110 | 1010010 | 11101 | 0 | 11001 | 11001001 | 1000110 | 101100 |
Color Harmonies of #2287BE
Complementary color
Monochromatic Colors of #2287BE
Black with #2287BE
Text Example
Text Example
White with #2287BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2287BE; }
p { color: rgb(34,135,190); }
H1.HeaderClassName
{
color: #2287BE;
}
.AnyTagClassName
{
color: #2287BE;
}
</style>
background-color css
<style>
a { background-color: #2287BE; }
a { background-color: rgb(34,135,190); }
div.DivClassName
{
background-color: #2287BE;
}
.BgClassName
{
background-color: #2287BE;
}
</style>
border-color css
<style>
span { border-color: #2287BE; }
span { border-color: rgb(34,135,190); }
td.TdClassName
{
border-color: #2287BE;
}
.TagClassName
{
border-color: #2287BE;
}
</style>