Shades of Pelorous #2893AC
Tints of Pelorous #2893AC
RGB
CMYK
RGB Variations
Color information
#2893AC (or 0x2893AC) is known color: Pelorous. HEX triplet: 28, 93 and AC. RGB value is (40,147,172). Sum of RGB (Red+Green+Blue) = 40+147+172=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #2893AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2893AC is #D76C53. Grayscale: #757575. Windows color (decimal): -14117972 or 11309864. OLE color: 11309864.
HSL color Cylindrical-coordinate representation of color #2893AC: hue angle of 191.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2893AC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 147 | 172 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.33 |
| HSL | 191.36º | 0.62% | 0.42% | - |
| HSV(B) | 191.36º | 0.77% | 0.67% | - |
| XYZ | 18.76 | 24.3 | 42.73 | - |
| YUV | 117.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 172 | 0.77 | 0.15 | 0 | 0.33 | 191.36 | 0.62 | 0.42 |
| Hex | 28 | 93 | AC | 4D | F | 0 | 21 | BF | 3E | 2A |
| Octal | 50 | 223 | 254 | 115 | 17 | 0 | 41 | 277 | 76 | 52 |
| Binary | 101000 | 10010011 | 10101100 | 1001101 | 1111 | 0 | 100001 | 10111111 | 111110 | 101010 |
Color Harmonies of #2893AC
Complementary color
Monochromatic Colors of #2893AC
Black with #2893AC
Text Example
Text Example
White with #2893AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893AC; }
p { color: rgb(40,147,172); }
H1.HeaderClassName
{
color: #2893AC;
}
.AnyTagClassName
{
color: #2893AC;
}
</style>
background-color css
<style>
a { background-color: #2893AC; }
a { background-color: rgb(40,147,172); }
div.DivClassName
{
background-color: #2893AC;
}
.BgClassName
{
background-color: #2893AC;
}
</style>
border-color css
<style>
span { border-color: #2893AC; }
span { border-color: rgb(40,147,172); }
td.TdClassName
{
border-color: #2893AC;
}
.TagClassName
{
border-color: #2893AC;
}
</style>