Shades of Pelorous #2198CC
Tints of Pelorous #2198CC
RGB
CMYK
RGB Variations
Color information
#2198CC (or 0x2198CC) is known color: Pelorous. HEX triplet: 21, 98 and CC. RGB value is (33,152,204). Sum of RGB (Red+Green+Blue) = 33+152+204=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #2198CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198CC is #DE6733. Grayscale: #7A7A7A. Windows color (decimal): -14575412 or 13408289. OLE color: 13408289.
HSL color Cylindrical-coordinate representation of color #2198CC: hue angle of 198.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2198CC is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 152 | 204 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.2 |
| HSL | 198.25º | 0.72% | 0.46% | - |
| HSV(B) | 198.25º | 0.84% | 0.8% | - |
| XYZ | 22.75 | 27.14 | 61.17 | - |
| YUV | 122.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 204 | 0.84 | 0.25 | 0 | 0.2 | 198.25 | 0.72 | 0.46 |
| Hex | 21 | 98 | CC | 54 | 19 | 0 | 14 | C6 | 48 | 2E |
| Octal | 41 | 230 | 314 | 124 | 31 | 0 | 24 | 306 | 110 | 56 |
| Binary | 100001 | 10011000 | 11001100 | 1010100 | 11001 | 0 | 10100 | 11000110 | 1001000 | 101110 |
Color Harmonies of #2198CC
Complementary color
Monochromatic Colors of #2198CC
Black with #2198CC
Text Example
Text Example
White with #2198CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2198CC; }
p { color: rgb(33,152,204); }
H1.HeaderClassName
{
color: #2198CC;
}
.AnyTagClassName
{
color: #2198CC;
}
</style>
background-color css
<style>
a { background-color: #2198CC; }
a { background-color: rgb(33,152,204); }
div.DivClassName
{
background-color: #2198CC;
}
.BgClassName
{
background-color: #2198CC;
}
</style>
border-color css
<style>
span { border-color: #2198CC; }
span { border-color: rgb(33,152,204); }
td.TdClassName
{
border-color: #2198CC;
}
.TagClassName
{
border-color: #2198CC;
}
</style>