Shades of Pelorous #2294BC
Tints of Pelorous #2294BC
RGB
CMYK
RGB Variations
Color information
#2294BC (or 0x2294BC) is known color: Pelorous. HEX triplet: 22, 94 and BC. RGB value is (34,148,188). Sum of RGB (Red+Green+Blue) = 34+148+188=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2294BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2294BC is #DD6B43. Grayscale: #767676. Windows color (decimal): -14510916 or 12358690. OLE color: 12358690.
HSL color Cylindrical-coordinate representation of color #2294BC: hue angle of 195.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2294BC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 148 | 188 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.26 |
| HSL | 195.58º | 0.69% | 0.44% | - |
| HSV(B) | 195.58º | 0.82% | 0.74% | - |
| XYZ | 20.33 | 25.15 | 51.36 | - |
| YUV | 118.47 | 167.23 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 188 | 0.82 | 0.21 | 0 | 0.26 | 195.58 | 0.69 | 0.44 |
| Hex | 22 | 94 | BC | 52 | 15 | 0 | 1A | C4 | 45 | 2C |
| Octal | 42 | 224 | 274 | 122 | 25 | 0 | 32 | 304 | 105 | 54 |
| Binary | 100010 | 10010100 | 10111100 | 1010010 | 10101 | 0 | 11010 | 11000100 | 1000101 | 101100 |
Color Harmonies of #2294BC
Complementary color
Monochromatic Colors of #2294BC
Black with #2294BC
Text Example
Text Example
White with #2294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2294BC; }
p { color: rgb(34,148,188); }
H1.HeaderClassName
{
color: #2294BC;
}
.AnyTagClassName
{
color: #2294BC;
}
</style>
background-color css
<style>
a { background-color: #2294BC; }
a { background-color: rgb(34,148,188); }
div.DivClassName
{
background-color: #2294BC;
}
.BgClassName
{
background-color: #2294BC;
}
</style>
border-color css
<style>
span { border-color: #2294BC; }
span { border-color: rgb(34,148,188); }
td.TdClassName
{
border-color: #2294BC;
}
.TagClassName
{
border-color: #2294BC;
}
</style>