Shades of Pelorous #3CA5AD
Tints of Pelorous #3CA5AD
RGB
CMYK
RGB Variations
Color information
#3CA5AD (or 0x3CA5AD) is known color: Pelorous. HEX triplet: 3C, A5 and AD. RGB value is (60,165,173). Sum of RGB (Red+Green+Blue) = 60+165+173=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #3CA5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA5AD is #C35A52. Grayscale: #868686. Windows color (decimal): -12802643 or 11380028. OLE color: 11380028.
HSL color Cylindrical-coordinate representation of color #3CA5AD: hue angle of 184.25º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA5AD is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 165 | 173 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.32 |
| HSL | 184.25º | 0.48% | 0.46% | - |
| HSV(B) | 184.25º | 0.65% | 0.68% | - |
| XYZ | 22.86 | 30.89 | 44.29 | - |
| YUV | 134.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 173 | 0.65 | 0.05 | 0 | 0.32 | 184.25 | 0.48 | 0.46 |
| Hex | 3C | A5 | AD | 41 | 5 | 0 | 20 | B8 | 30 | 2E |
| Octal | 74 | 245 | 255 | 101 | 5 | 0 | 40 | 270 | 60 | 56 |
| Binary | 111100 | 10100101 | 10101101 | 1000001 | 101 | 0 | 100000 | 10111000 | 110000 | 101110 |
Color Harmonies of #3CA5AD
Complementary color
Monochromatic Colors of #3CA5AD
Black with #3CA5AD
Text Example
Text Example
White with #3CA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA5AD; }
p { color: rgb(60,165,173); }
H1.HeaderClassName
{
color: #3CA5AD;
}
.AnyTagClassName
{
color: #3CA5AD;
}
</style>
background-color css
<style>
a { background-color: #3CA5AD; }
a { background-color: rgb(60,165,173); }
div.DivClassName
{
background-color: #3CA5AD;
}
.BgClassName
{
background-color: #3CA5AD;
}
</style>
border-color css
<style>
span { border-color: #3CA5AD; }
span { border-color: rgb(60,165,173); }
td.TdClassName
{
border-color: #3CA5AD;
}
.TagClassName
{
border-color: #3CA5AD;
}
</style>