Shades of Pelorous #2C92AC
Tints of Pelorous #2C92AC
RGB
CMYK
RGB Variations
Color information
#2C92AC (or 0x2C92AC) is known color: Pelorous. HEX triplet: 2C, 92 and AC. RGB value is (44,146,172). Sum of RGB (Red+Green+Blue) = 44+146+172=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C92AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C92AC is #D36D53. Grayscale: #767676. Windows color (decimal): -13856084 or 11309612. OLE color: 11309612.
HSL color Cylindrical-coordinate representation of color #2C92AC: hue angle of 192.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C92AC is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 146 | 172 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.33 |
| HSL | 192.19º | 0.59% | 0.42% | - |
| HSV(B) | 192.19º | 0.74% | 0.67% | - |
| XYZ | 18.76 | 24.07 | 42.69 | - |
| YUV | 118.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 146 | 172 | 0.74 | 0.15 | 0 | 0.33 | 192.19 | 0.59 | 0.42 |
| Hex | 2C | 92 | AC | 4A | F | 0 | 21 | C0 | 3B | 2A |
| Octal | 54 | 222 | 254 | 112 | 17 | 0 | 41 | 300 | 73 | 52 |
| Binary | 101100 | 10010010 | 10101100 | 1001010 | 1111 | 0 | 100001 | 11000000 | 111011 | 101010 |
Color Harmonies of #2C92AC
Complementary color
Monochromatic Colors of #2C92AC
Black with #2C92AC
Text Example
Text Example
White with #2C92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C92AC; }
p { color: rgb(44,146,172); }
H1.HeaderClassName
{
color: #2C92AC;
}
.AnyTagClassName
{
color: #2C92AC;
}
</style>
background-color css
<style>
a { background-color: #2C92AC; }
a { background-color: rgb(44,146,172); }
div.DivClassName
{
background-color: #2C92AC;
}
.BgClassName
{
background-color: #2C92AC;
}
</style>
border-color css
<style>
span { border-color: #2C92AC; }
span { border-color: rgb(44,146,172); }
td.TdClassName
{
border-color: #2C92AC;
}
.TagClassName
{
border-color: #2C92AC;
}
</style>