Shades of Pelorous #3CA3AF
Tints of Pelorous #3CA3AF
RGB
CMYK
RGB Variations
Color information
#3CA3AF (or 0x3CA3AF) is known color: Pelorous. HEX triplet: 3C, A3 and AF. RGB value is (60,163,175). Sum of RGB (Red+Green+Blue) = 60+163+175=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #3CA3AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA3AF is #C35C50. Grayscale: #858585. Windows color (decimal): -12803153 or 11510588. OLE color: 11510588.
HSL color Cylindrical-coordinate representation of color #3CA3AF: hue angle of 186.26º 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 #3CA3AF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 163 | 175 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.31 |
| HSL | 186.26º | 0.49% | 0.46% | - |
| HSV(B) | 186.26º | 0.66% | 0.69% | - |
| XYZ | 22.7 | 30.25 | 45.2 | - |
| YUV | 133.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 175 | 0.66 | 0.07 | 0 | 0.31 | 186.26 | 0.49 | 0.46 |
| Hex | 3C | A3 | AF | 42 | 7 | 0 | 1F | BA | 31 | 2E |
| Octal | 74 | 243 | 257 | 102 | 7 | 0 | 37 | 272 | 61 | 56 |
| Binary | 111100 | 10100011 | 10101111 | 1000010 | 111 | 0 | 11111 | 10111010 | 110001 | 101110 |
Color Harmonies of #3CA3AF
Complementary color
Monochromatic Colors of #3CA3AF
Black with #3CA3AF
Text Example
Text Example
White with #3CA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA3AF; }
p { color: rgb(60,163,175); }
H1.HeaderClassName
{
color: #3CA3AF;
}
.AnyTagClassName
{
color: #3CA3AF;
}
</style>
background-color css
<style>
a { background-color: #3CA3AF; }
a { background-color: rgb(60,163,175); }
div.DivClassName
{
background-color: #3CA3AF;
}
.BgClassName
{
background-color: #3CA3AF;
}
</style>
border-color css
<style>
span { border-color: #3CA3AF; }
span { border-color: rgb(60,163,175); }
td.TdClassName
{
border-color: #3CA3AF;
}
.TagClassName
{
border-color: #3CA3AF;
}
</style>