Shades of Pelorous #2183B6
Tints of Pelorous #2183B6
RGB
CMYK
RGB Variations
Color information
#2183B6 (or 0x2183B6) is known color: Pelorous. HEX triplet: 21, 83 and B6. RGB value is (33,131,182). Sum of RGB (Red+Green+Blue) = 33+131+182=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #2183B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2183B6 is #DE7C49. Grayscale: #6B6B6B. Windows color (decimal): -14580810 or 11961121. OLE color: 11961121.
HSL color Cylindrical-coordinate representation of color #2183B6: hue angle of 200.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2183B6 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 131 | 182 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.29 |
| HSL | 200.54º | 0.69% | 0.42% | - |
| HSV(B) | 200.54º | 0.82% | 0.71% | - |
| XYZ | 17.19 | 19.93 | 47.2 | - |
| YUV | 107.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 182 | 0.82 | 0.28 | 0 | 0.29 | 200.54 | 0.69 | 0.42 |
| Hex | 21 | 83 | B6 | 52 | 1C | 0 | 1D | C9 | 45 | 2A |
| Octal | 41 | 203 | 266 | 122 | 34 | 0 | 35 | 311 | 105 | 52 |
| Binary | 100001 | 10000011 | 10110110 | 1010010 | 11100 | 0 | 11101 | 11001001 | 1000101 | 101010 |
Color Harmonies of #2183B6
Complementary color
Monochromatic Colors of #2183B6
Black with #2183B6
Text Example
Text Example
White with #2183B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183B6; }
p { color: rgb(33,131,182); }
H1.HeaderClassName
{
color: #2183B6;
}
.AnyTagClassName
{
color: #2183B6;
}
</style>
background-color css
<style>
a { background-color: #2183B6; }
a { background-color: rgb(33,131,182); }
div.DivClassName
{
background-color: #2183B6;
}
.BgClassName
{
background-color: #2183B6;
}
</style>
border-color css
<style>
span { border-color: #2183B6; }
span { border-color: rgb(33,131,182); }
td.TdClassName
{
border-color: #2183B6;
}
.TagClassName
{
border-color: #2183B6;
}
</style>