Shades of Pelorous #3CA8B1
Tints of Pelorous #3CA8B1
RGB
CMYK
RGB Variations
Color information
#3CA8B1 (or 0x3CA8B1) is known color: Pelorous. HEX triplet: 3C, A8 and B1. RGB value is (60,168,177). Sum of RGB (Red+Green+Blue) = 60+168+177=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #3CA8B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA8B1 is #C3574E. Grayscale: #888888. Windows color (decimal): -12801871 or 11642940. OLE color: 11642940.
HSL color Cylindrical-coordinate representation of color #3CA8B1: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CA8B1 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 168 | 177 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.31 |
| HSL | 184.62º | 0.49% | 0.46% | - |
| HSV(B) | 184.62º | 0.66% | 0.69% | - |
| XYZ | 23.8 | 32.14 | 46.54 | - |
| YUV | 136.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 177 | 0.66 | 0.05 | 0 | 0.31 | 184.62 | 0.49 | 0.46 |
| Hex | 3C | A8 | B1 | 42 | 5 | 0 | 1F | B9 | 31 | 2E |
| Octal | 74 | 250 | 261 | 102 | 5 | 0 | 37 | 271 | 61 | 56 |
| Binary | 111100 | 10101000 | 10110001 | 1000010 | 101 | 0 | 11111 | 10111001 | 110001 | 101110 |
Color Harmonies of #3CA8B1
Complementary color
Monochromatic Colors of #3CA8B1
Black with #3CA8B1
Text Example
Text Example
White with #3CA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA8B1; }
p { color: rgb(60,168,177); }
H1.HeaderClassName
{
color: #3CA8B1;
}
.AnyTagClassName
{
color: #3CA8B1;
}
</style>
background-color css
<style>
a { background-color: #3CA8B1; }
a { background-color: rgb(60,168,177); }
div.DivClassName
{
background-color: #3CA8B1;
}
.BgClassName
{
background-color: #3CA8B1;
}
</style>
border-color css
<style>
span { border-color: #3CA8B1; }
span { border-color: rgb(60,168,177); }
td.TdClassName
{
border-color: #3CA8B1;
}
.TagClassName
{
border-color: #3CA8B1;
}
</style>