Shades of Pelorous #3CA2B6
Tints of Pelorous #3CA2B6
RGB
CMYK
RGB Variations
Color information
#3CA2B6 (or 0x3CA2B6) is known color: Pelorous. HEX triplet: 3C, A2 and B6. RGB value is (60,162,182). Sum of RGB (Red+Green+Blue) = 60+162+182=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #3CA2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2B6 is #C35D49. Grayscale: #858585. Windows color (decimal): -12803402 or 11969084. OLE color: 11969084.
HSL color Cylindrical-coordinate representation of color #3CA2B6: hue angle of 189.84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA2B6 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 162 | 182 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.29 |
| HSL | 189.84º | 0.5% | 0.47% | - |
| HSV(B) | 189.84º | 0.67% | 0.71% | - |
| XYZ | 23.23 | 30.18 | 48.86 | - |
| YUV | 133.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 182 | 0.67 | 0.11 | 0 | 0.29 | 189.84 | 0.5 | 0.47 |
| Hex | 3C | A2 | B6 | 43 | B | 0 | 1D | BE | 32 | 2F |
| Octal | 74 | 242 | 266 | 103 | 13 | 0 | 35 | 276 | 62 | 57 |
| Binary | 111100 | 10100010 | 10110110 | 1000011 | 1011 | 0 | 11101 | 10111110 | 110010 | 101111 |
Color Harmonies of #3CA2B6
Complementary color
Monochromatic Colors of #3CA2B6
Black with #3CA2B6
Text Example
Text Example
White with #3CA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA2B6; }
p { color: rgb(60,162,182); }
H1.HeaderClassName
{
color: #3CA2B6;
}
.AnyTagClassName
{
color: #3CA2B6;
}
</style>
background-color css
<style>
a { background-color: #3CA2B6; }
a { background-color: rgb(60,162,182); }
div.DivClassName
{
background-color: #3CA2B6;
}
.BgClassName
{
background-color: #3CA2B6;
}
</style>
border-color css
<style>
span { border-color: #3CA2B6; }
span { border-color: rgb(60,162,182); }
td.TdClassName
{
border-color: #3CA2B6;
}
.TagClassName
{
border-color: #3CA2B6;
}
</style>