Shades of Pelorous #3CA4AF
Tints of Pelorous #3CA4AF
RGB
CMYK
RGB Variations
Color information
#3CA4AF (or 0x3CA4AF) is known color: Pelorous. HEX triplet: 3C, A4 and AF. RGB value is (60,164,175). Sum of RGB (Red+Green+Blue) = 60+164+175=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #3CA4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA4AF is #C35B50. Grayscale: #868686. Windows color (decimal): -12802897 or 11510844. OLE color: 11510844.
HSL color Cylindrical-coordinate representation of color #3CA4AF: hue angle of 185.74º 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 #3CA4AF is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 164 | 175 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.31 |
| HSL | 185.74º | 0.49% | 0.46% | - |
| HSV(B) | 185.74º | 0.66% | 0.69% | - |
| XYZ | 22.88 | 30.61 | 45.26 | - |
| YUV | 134.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 164 | 175 | 0.66 | 0.06 | 0 | 0.31 | 185.74 | 0.49 | 0.46 |
| Hex | 3C | A4 | AF | 42 | 6 | 0 | 1F | BA | 31 | 2E |
| Octal | 74 | 244 | 257 | 102 | 6 | 0 | 37 | 272 | 61 | 56 |
| Binary | 111100 | 10100100 | 10101111 | 1000010 | 110 | 0 | 11111 | 10111010 | 110001 | 101110 |
Color Harmonies of #3CA4AF
Complementary color
Monochromatic Colors of #3CA4AF
Black with #3CA4AF
Text Example
Text Example
White with #3CA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA4AF; }
p { color: rgb(60,164,175); }
H1.HeaderClassName
{
color: #3CA4AF;
}
.AnyTagClassName
{
color: #3CA4AF;
}
</style>
background-color css
<style>
a { background-color: #3CA4AF; }
a { background-color: rgb(60,164,175); }
div.DivClassName
{
background-color: #3CA4AF;
}
.BgClassName
{
background-color: #3CA4AF;
}
</style>
border-color css
<style>
span { border-color: #3CA4AF; }
span { border-color: rgb(60,164,175); }
td.TdClassName
{
border-color: #3CA4AF;
}
.TagClassName
{
border-color: #3CA4AF;
}
</style>