Shades of Pelorous #2287AC
Tints of Pelorous #2287AC
RGB
CMYK
RGB Variations
Color information
#2287AC (or 0x2287AC) is known color: Pelorous. HEX triplet: 22, 87 and AC. RGB value is (34,135,172). Sum of RGB (Red+Green+Blue) = 34+135+172=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #2287AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2287AC is #DD7853. Grayscale: #6C6C6C. Windows color (decimal): -14514260 or 11306786. OLE color: 11306786.
HSL color Cylindrical-coordinate representation of color #2287AC: hue angle of 196.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2287AC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 135 | 172 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.33 |
| HSL | 196.09º | 0.67% | 0.4% | - |
| HSV(B) | 196.09º | 0.8% | 0.67% | - |
| XYZ | 16.77 | 20.65 | 42.13 | - |
| YUV | 109.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 172 | 0.80 | 0.22 | 0 | 0.33 | 196.09 | 0.67 | 0.4 |
| Hex | 22 | 87 | AC | 50 | 16 | 0 | 21 | C4 | 43 | 28 |
| Octal | 42 | 207 | 254 | 120 | 26 | 0 | 41 | 304 | 103 | 50 |
| Binary | 100010 | 10000111 | 10101100 | 1010000 | 10110 | 0 | 100001 | 11000100 | 1000011 | 101000 |
Color Harmonies of #2287AC
Complementary color
Monochromatic Colors of #2287AC
Black with #2287AC
Text Example
Text Example
White with #2287AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2287AC; }
p { color: rgb(34,135,172); }
H1.HeaderClassName
{
color: #2287AC;
}
.AnyTagClassName
{
color: #2287AC;
}
</style>
background-color css
<style>
a { background-color: #2287AC; }
a { background-color: rgb(34,135,172); }
div.DivClassName
{
background-color: #2287AC;
}
.BgClassName
{
background-color: #2287AC;
}
</style>
border-color css
<style>
span { border-color: #2287AC; }
span { border-color: rgb(34,135,172); }
td.TdClassName
{
border-color: #2287AC;
}
.TagClassName
{
border-color: #2287AC;
}
</style>