Shades of Pelorous #2C8FAE
Tints of Pelorous #2C8FAE
RGB
CMYK
RGB Variations
Color information
#2C8FAE (or 0x2C8FAE) is known color: Pelorous. HEX triplet: 2C, 8F and AE. RGB value is (44,143,174). Sum of RGB (Red+Green+Blue) = 44+143+174=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 143 (56.25% from 255 or 39.61% 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 #2C8FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8FAE is #D37051. Grayscale: #747474. Windows color (decimal): -13856850 or 11439916. OLE color: 11439916.
HSL color Cylindrical-coordinate representation of color #2C8FAE: hue angle of 194.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C8FAE is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 143 | 174 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.32 |
| HSL | 194.31º | 0.6% | 0.43% | - |
| HSV(B) | 194.31º | 0.75% | 0.68% | - |
| XYZ | 18.5 | 23.24 | 43.55 | - |
| YUV | 116.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 143 | 174 | 0.75 | 0.18 | 0 | 0.32 | 194.31 | 0.6 | 0.43 |
| Hex | 2C | 8F | AE | 4B | 12 | 0 | 20 | C2 | 3C | 2B |
| Octal | 54 | 217 | 256 | 113 | 22 | 0 | 40 | 302 | 74 | 53 |
| Binary | 101100 | 10001111 | 10101110 | 1001011 | 10010 | 0 | 100000 | 11000010 | 111100 | 101011 |
Color Harmonies of #2C8FAE
Complementary color
Monochromatic Colors of #2C8FAE
Black with #2C8FAE
Text Example
Text Example
White with #2C8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8FAE; }
p { color: rgb(44,143,174); }
H1.HeaderClassName
{
color: #2C8FAE;
}
.AnyTagClassName
{
color: #2C8FAE;
}
</style>
background-color css
<style>
a { background-color: #2C8FAE; }
a { background-color: rgb(44,143,174); }
div.DivClassName
{
background-color: #2C8FAE;
}
.BgClassName
{
background-color: #2C8FAE;
}
</style>
border-color css
<style>
span { border-color: #2C8FAE; }
span { border-color: rgb(44,143,174); }
td.TdClassName
{
border-color: #2C8FAE;
}
.TagClassName
{
border-color: #2C8FAE;
}
</style>