Shades of Pelorous #2186B3
Tints of Pelorous #2186B3
RGB
CMYK
RGB Variations
Color information
#2186B3 (or 0x2186B3) is known color: Pelorous. HEX triplet: 21, 86 and B3. RGB value is (33,134,179). Sum of RGB (Red+Green+Blue) = 33+134+179=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #2186B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186B3 is #DE794C. Grayscale: #6C6C6C. Windows color (decimal): -14580045 or 11765281. OLE color: 11765281.
HSL color Cylindrical-coordinate representation of color #2186B3: hue angle of 198.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2186B3 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 134 | 179 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.30 |
| HSL | 198.49º | 0.69% | 0.42% | - |
| HSV(B) | 198.49º | 0.82% | 0.7% | - |
| XYZ | 17.29 | 20.63 | 45.72 | - |
| YUV | 108.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 179 | 0.82 | 0.25 | 0 | 0.30 | 198.49 | 0.69 | 0.42 |
| Hex | 21 | 86 | B3 | 52 | 19 | 0 | 1E | C6 | 45 | 2A |
| Octal | 41 | 206 | 263 | 122 | 31 | 0 | 36 | 306 | 105 | 52 |
| Binary | 100001 | 10000110 | 10110011 | 1010010 | 11001 | 0 | 11110 | 11000110 | 1000101 | 101010 |
Color Harmonies of #2186B3
Complementary color
Monochromatic Colors of #2186B3
Black with #2186B3
Text Example
Text Example
White with #2186B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186B3; }
p { color: rgb(33,134,179); }
H1.HeaderClassName
{
color: #2186B3;
}
.AnyTagClassName
{
color: #2186B3;
}
</style>
background-color css
<style>
a { background-color: #2186B3; }
a { background-color: rgb(33,134,179); }
div.DivClassName
{
background-color: #2186B3;
}
.BgClassName
{
background-color: #2186B3;
}
</style>
border-color css
<style>
span { border-color: #2186B3; }
span { border-color: rgb(33,134,179); }
td.TdClassName
{
border-color: #2186B3;
}
.TagClassName
{
border-color: #2186B3;
}
</style>