Shades of Pelorous #2182B7
Tints of Pelorous #2182B7
RGB
CMYK
RGB Variations
Color information
#2182B7 (or 0x2182B7) is known color: Pelorous. HEX triplet: 21, 82 and B7. RGB value is (33,130,183). Sum of RGB (Red+Green+Blue) = 33+130+183=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #2182B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182B7 is #DE7D48. Grayscale: #6A6A6A. Windows color (decimal): -14581065 or 12026401. OLE color: 12026401.
HSL color Cylindrical-coordinate representation of color #2182B7: hue angle of 201.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2182B7 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 130 | 183 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.28 |
| HSL | 201.2º | 0.69% | 0.42% | - |
| HSV(B) | 201.2º | 0.82% | 0.72% | - |
| XYZ | 17.16 | 19.71 | 47.7 | - |
| YUV | 107.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 183 | 0.82 | 0.29 | 0 | 0.28 | 201.2 | 0.69 | 0.42 |
| Hex | 21 | 82 | B7 | 52 | 1D | 0 | 1C | C9 | 45 | 2A |
| Octal | 41 | 202 | 267 | 122 | 35 | 0 | 34 | 311 | 105 | 52 |
| Binary | 100001 | 10000010 | 10110111 | 1010010 | 11101 | 0 | 11100 | 11001001 | 1000101 | 101010 |
Color Harmonies of #2182B7
Complementary color
Monochromatic Colors of #2182B7
Black with #2182B7
Text Example
Text Example
White with #2182B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182B7; }
p { color: rgb(33,130,183); }
H1.HeaderClassName
{
color: #2182B7;
}
.AnyTagClassName
{
color: #2182B7;
}
</style>
background-color css
<style>
a { background-color: #2182B7; }
a { background-color: rgb(33,130,183); }
div.DivClassName
{
background-color: #2182B7;
}
.BgClassName
{
background-color: #2182B7;
}
</style>
border-color css
<style>
span { border-color: #2182B7; }
span { border-color: rgb(33,130,183); }
td.TdClassName
{
border-color: #2182B7;
}
.TagClassName
{
border-color: #2182B7;
}
</style>