Shades of Pelorous #2CA3B2
Tints of Pelorous #2CA3B2
RGB
CMYK
RGB Variations
Color information
#2CA3B2 (or 0x2CA3B2) is known color: Pelorous. HEX triplet: 2C, A3 and B2. RGB value is (44,163,178). Sum of RGB (Red+Green+Blue) = 44+163+178=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #2CA3B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA3B2 is #D35C4D. Grayscale: #808080. Windows color (decimal): -13851726 or 11707180. OLE color: 11707180.
HSL color Cylindrical-coordinate representation of color #2CA3B2: hue angle of 186.72º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CA3B2 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 163 | 178 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.30 |
| HSL | 186.72º | 0.6% | 0.44% | - |
| HSV(B) | 186.72º | 0.75% | 0.7% | - |
| XYZ | 22.17 | 29.94 | 46.73 | - |
| YUV | 129.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 178 | 0.75 | 0.08 | 0 | 0.30 | 186.72 | 0.6 | 0.44 |
| Hex | 2C | A3 | B2 | 4B | 8 | 0 | 1E | BB | 3C | 2C |
| Octal | 54 | 243 | 262 | 113 | 10 | 0 | 36 | 273 | 74 | 54 |
| Binary | 101100 | 10100011 | 10110010 | 1001011 | 1000 | 0 | 11110 | 10111011 | 111100 | 101100 |
Color Harmonies of #2CA3B2
Complementary color
Monochromatic Colors of #2CA3B2
Black with #2CA3B2
Text Example
Text Example
White with #2CA3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA3B2; }
p { color: rgb(44,163,178); }
H1.HeaderClassName
{
color: #2CA3B2;
}
.AnyTagClassName
{
color: #2CA3B2;
}
</style>
background-color css
<style>
a { background-color: #2CA3B2; }
a { background-color: rgb(44,163,178); }
div.DivClassName
{
background-color: #2CA3B2;
}
.BgClassName
{
background-color: #2CA3B2;
}
</style>
border-color css
<style>
span { border-color: #2CA3B2; }
span { border-color: rgb(44,163,178); }
td.TdClassName
{
border-color: #2CA3B2;
}
.TagClassName
{
border-color: #2CA3B2;
}
</style>