Shades of Pelorous #2194CC
Tints of Pelorous #2194CC
RGB
CMYK
RGB Variations
Color information
#2194CC (or 0x2194CC) is known color: Pelorous. HEX triplet: 21, 94 and CC. RGB value is (33,148,204). Sum of RGB (Red+Green+Blue) = 33+148+204=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #2194CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2194CC is #DE6B33. Grayscale: #777777. Windows color (decimal): -14576436 or 13407265. OLE color: 13407265.
HSL color Cylindrical-coordinate representation of color #2194CC: hue angle of 199.65º 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 #2194CC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 148 | 204 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.2 |
| HSL | 199.65º | 0.72% | 0.46% | - |
| HSV(B) | 199.65º | 0.84% | 0.8% | - |
| XYZ | 22.12 | 25.86 | 60.95 | - |
| YUV | 120 | 175.4 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 204 | 0.84 | 0.27 | 0 | 0.2 | 199.65 | 0.72 | 0.46 |
| Hex | 21 | 94 | CC | 54 | 1B | 0 | 14 | C8 | 48 | 2E |
| Octal | 41 | 224 | 314 | 124 | 33 | 0 | 24 | 310 | 110 | 56 |
| Binary | 100001 | 10010100 | 11001100 | 1010100 | 11011 | 0 | 10100 | 11001000 | 1001000 | 101110 |
Color Harmonies of #2194CC
Complementary color
Monochromatic Colors of #2194CC
Black with #2194CC
Text Example
Text Example
White with #2194CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2194CC; }
p { color: rgb(33,148,204); }
H1.HeaderClassName
{
color: #2194CC;
}
.AnyTagClassName
{
color: #2194CC;
}
</style>
background-color css
<style>
a { background-color: #2194CC; }
a { background-color: rgb(33,148,204); }
div.DivClassName
{
background-color: #2194CC;
}
.BgClassName
{
background-color: #2194CC;
}
</style>
border-color css
<style>
span { border-color: #2194CC; }
span { border-color: rgb(33,148,204); }
td.TdClassName
{
border-color: #2194CC;
}
.TagClassName
{
border-color: #2194CC;
}
</style>