Shades of Pelorous #2198B2
Tints of Pelorous #2198B2
RGB
CMYK
RGB Variations
Color information
#2198B2 (or 0x2198B2) is known color: Pelorous. HEX triplet: 21, 98 and B2. RGB value is (33,152,178). Sum of RGB (Red+Green+Blue) = 33+152+178=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #2198B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2198B2 is #DE674D. Grayscale: #777777. Windows color (decimal): -14575438 or 11704353. OLE color: 11704353.
HSL color Cylindrical-coordinate representation of color #2198B2: hue angle of 190.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2198B2 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 152 | 178 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.30 |
| HSL | 190.76º | 0.69% | 0.41% | - |
| HSV(B) | 190.76º | 0.81% | 0.7% | - |
| XYZ | 19.89 | 25.99 | 46.09 | - |
| YUV | 119.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 178 | 0.81 | 0.15 | 0 | 0.30 | 190.76 | 0.69 | 0.41 |
| Hex | 21 | 98 | B2 | 51 | F | 0 | 1E | BF | 45 | 29 |
| Octal | 41 | 230 | 262 | 121 | 17 | 0 | 36 | 277 | 105 | 51 |
| Binary | 100001 | 10011000 | 10110010 | 1010001 | 1111 | 0 | 11110 | 10111111 | 1000101 | 101001 |
Color Harmonies of #2198B2
Complementary color
Monochromatic Colors of #2198B2
Black with #2198B2
Text Example
Text Example
White with #2198B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198B2; }
p { color: rgb(33,152,178); }
H1.HeaderClassName
{
color: #2198B2;
}
.AnyTagClassName
{
color: #2198B2;
}
</style>
background-color css
<style>
a { background-color: #2198B2; }
a { background-color: rgb(33,152,178); }
div.DivClassName
{
background-color: #2198B2;
}
.BgClassName
{
background-color: #2198B2;
}
</style>
border-color css
<style>
span { border-color: #2198B2; }
span { border-color: rgb(33,152,178); }
td.TdClassName
{
border-color: #2198B2;
}
.TagClassName
{
border-color: #2198B2;
}
</style>