Shades of Pelorous #2893AE
Tints of Pelorous #2893AE
RGB
CMYK
RGB Variations
Color information
#2893AE (or 0x2893AE) is known color: Pelorous. HEX triplet: 28, 93 and AE. RGB value is (40,147,174). Sum of RGB (Red+Green+Blue) = 40+147+174=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #2893AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2893AE is #D76C51. Grayscale: #757575. Windows color (decimal): -14117970 or 11440936. OLE color: 11440936.
HSL color Cylindrical-coordinate representation of color #2893AE: hue angle of 192.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2893AE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 147 | 174 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.32 |
| HSL | 192.09º | 0.63% | 0.42% | - |
| HSV(B) | 192.09º | 0.77% | 0.68% | - |
| XYZ | 18.95 | 24.37 | 43.75 | - |
| YUV | 118.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 174 | 0.77 | 0.16 | 0 | 0.32 | 192.09 | 0.63 | 0.42 |
| Hex | 28 | 93 | AE | 4D | 10 | 0 | 20 | C0 | 3F | 2A |
| Octal | 50 | 223 | 256 | 115 | 20 | 0 | 40 | 300 | 77 | 52 |
| Binary | 101000 | 10010011 | 10101110 | 1001101 | 10000 | 0 | 100000 | 11000000 | 111111 | 101010 |
Color Harmonies of #2893AE
Complementary color
Monochromatic Colors of #2893AE
Black with #2893AE
Text Example
Text Example
White with #2893AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893AE; }
p { color: rgb(40,147,174); }
H1.HeaderClassName
{
color: #2893AE;
}
.AnyTagClassName
{
color: #2893AE;
}
</style>
background-color css
<style>
a { background-color: #2893AE; }
a { background-color: rgb(40,147,174); }
div.DivClassName
{
background-color: #2893AE;
}
.BgClassName
{
background-color: #2893AE;
}
</style>
border-color css
<style>
span { border-color: #2893AE; }
span { border-color: rgb(40,147,174); }
td.TdClassName
{
border-color: #2893AE;
}
.TagClassName
{
border-color: #2893AE;
}
</style>