Shades of Pelorous #2293BA
Tints of Pelorous #2293BA
RGB
CMYK
RGB Variations
Color information
#2293BA (or 0x2293BA) is known color: Pelorous. HEX triplet: 22, 93 and BA. RGB value is (34,147,186). Sum of RGB (Red+Green+Blue) = 34+147+186=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #2293BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2293BA is #DD6C45. Grayscale: #757575. Windows color (decimal): -14511174 or 12227362. OLE color: 12227362.
HSL color Cylindrical-coordinate representation of color #2293BA: hue angle of 195.39º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2293BA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 147 | 186 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.27 |
| HSL | 195.39º | 0.69% | 0.43% | - |
| HSV(B) | 195.39º | 0.82% | 0.73% | - |
| XYZ | 19.96 | 24.75 | 50.18 | - |
| YUV | 117.66 | 166.56 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 186 | 0.82 | 0.21 | 0 | 0.27 | 195.39 | 0.69 | 0.43 |
| Hex | 22 | 93 | BA | 52 | 15 | 0 | 1B | C3 | 45 | 2B |
| Octal | 42 | 223 | 272 | 122 | 25 | 0 | 33 | 303 | 105 | 53 |
| Binary | 100010 | 10010011 | 10111010 | 1010010 | 10101 | 0 | 11011 | 11000011 | 1000101 | 101011 |
Color Harmonies of #2293BA
Complementary color
Monochromatic Colors of #2293BA
Black with #2293BA
Text Example
Text Example
White with #2293BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2293BA; }
p { color: rgb(34,147,186); }
H1.HeaderClassName
{
color: #2293BA;
}
.AnyTagClassName
{
color: #2293BA;
}
</style>
background-color css
<style>
a { background-color: #2293BA; }
a { background-color: rgb(34,147,186); }
div.DivClassName
{
background-color: #2293BA;
}
.BgClassName
{
background-color: #2293BA;
}
</style>
border-color css
<style>
span { border-color: #2293BA; }
span { border-color: rgb(34,147,186); }
td.TdClassName
{
border-color: #2293BA;
}
.TagClassName
{
border-color: #2293BA;
}
</style>