Shades of Pelorous #2CA2B4
Tints of Pelorous #2CA2B4
RGB
CMYK
RGB Variations
Color information
#2CA2B4 (or 0x2CA2B4) is known color: Pelorous. HEX triplet: 2C, A2 and B4. RGB value is (44,162,180). Sum of RGB (Red+Green+Blue) = 44+162+180=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #2CA2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA2B4 is #D35D4B. Grayscale: #808080. Windows color (decimal): -13851980 or 11837996. OLE color: 11837996.
HSL color Cylindrical-coordinate representation of color #2CA2B4: hue angle of 187.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CA2B4 is Cyan = 0.76, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 162 | 180 | - |
| CMYK | 0.76 | 0.1 | 0 | 0.29 |
| HSL | 187.94º | 0.61% | 0.44% | - |
| HSV(B) | 187.94º | 0.76% | 0.71% | - |
| XYZ | 22.2 | 29.67 | 47.74 | - |
| YUV | 128.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 180 | 0.76 | 0.1 | 0 | 0.29 | 187.94 | 0.61 | 0.44 |
| Hex | 2C | A2 | B4 | 4C | A | 0 | 1D | BC | 3D | 2C |
| Octal | 54 | 242 | 264 | 114 | 12 | 0 | 35 | 274 | 75 | 54 |
| Binary | 101100 | 10100010 | 10110100 | 1001100 | 1010 | 0 | 11101 | 10111100 | 111101 | 101100 |
Color Harmonies of #2CA2B4
Complementary color
Monochromatic Colors of #2CA2B4
Black with #2CA2B4
Text Example
Text Example
White with #2CA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA2B4; }
p { color: rgb(44,162,180); }
H1.HeaderClassName
{
color: #2CA2B4;
}
.AnyTagClassName
{
color: #2CA2B4;
}
</style>
background-color css
<style>
a { background-color: #2CA2B4; }
a { background-color: rgb(44,162,180); }
div.DivClassName
{
background-color: #2CA2B4;
}
.BgClassName
{
background-color: #2CA2B4;
}
</style>
border-color css
<style>
span { border-color: #2CA2B4; }
span { border-color: rgb(44,162,180); }
td.TdClassName
{
border-color: #2CA2B4;
}
.TagClassName
{
border-color: #2CA2B4;
}
</style>