Shades of Pelorous #2285AC
Tints of Pelorous #2285AC
RGB
CMYK
RGB Variations
Color information
#2285AC (or 0x2285AC) is known color: Pelorous. HEX triplet: 22, 85 and AC. RGB value is (34,133,172). Sum of RGB (Red+Green+Blue) = 34+133+172=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #2285AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2285AC is #DD7A53. Grayscale: #6B6B6B. Windows color (decimal): -14514772 or 11306274. OLE color: 11306274.
HSL color Cylindrical-coordinate representation of color #2285AC: hue angle of 196.96º 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 #2285AC is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 133 | 172 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.33 |
| HSL | 196.96º | 0.67% | 0.4% | - |
| HSV(B) | 196.96º | 0.8% | 0.67% | - |
| XYZ | 16.49 | 20.09 | 42.04 | - |
| YUV | 107.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 172 | 0.80 | 0.23 | 0 | 0.33 | 196.96 | 0.67 | 0.4 |
| Hex | 22 | 85 | AC | 50 | 17 | 0 | 21 | C5 | 43 | 28 |
| Octal | 42 | 205 | 254 | 120 | 27 | 0 | 41 | 305 | 103 | 50 |
| Binary | 100010 | 10000101 | 10101100 | 1010000 | 10111 | 0 | 100001 | 11000101 | 1000011 | 101000 |
Color Harmonies of #2285AC
Complementary color
Monochromatic Colors of #2285AC
Black with #2285AC
Text Example
Text Example
White with #2285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2285AC; }
p { color: rgb(34,133,172); }
H1.HeaderClassName
{
color: #2285AC;
}
.AnyTagClassName
{
color: #2285AC;
}
</style>
background-color css
<style>
a { background-color: #2285AC; }
a { background-color: rgb(34,133,172); }
div.DivClassName
{
background-color: #2285AC;
}
.BgClassName
{
background-color: #2285AC;
}
</style>
border-color css
<style>
span { border-color: #2285AC; }
span { border-color: rgb(34,133,172); }
td.TdClassName
{
border-color: #2285AC;
}
.TagClassName
{
border-color: #2285AC;
}
</style>