Shades of Pelorous #3FA7AD
Tints of Pelorous #3FA7AD
RGB
CMYK
RGB Variations
Color information
#3FA7AD (or 0x3FA7AD) is known color: Pelorous. HEX triplet: 3F, A7 and AD. RGB value is (63,167,173). Sum of RGB (Red+Green+Blue) = 63+167+173=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #3FA7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA7AD is #C05852. Grayscale: #888888. Windows color (decimal): -12605523 or 11380543. OLE color: 11380543.
HSL color Cylindrical-coordinate representation of color #3FA7AD: hue angle of 183.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA7AD is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 167 | 173 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.32 |
| HSL | 183.27º | 0.47% | 0.46% | - |
| HSV(B) | 183.27º | 0.64% | 0.68% | - |
| XYZ | 23.41 | 31.71 | 44.42 | - |
| YUV | 136.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 167 | 173 | 0.64 | 0.03 | 0 | 0.32 | 183.27 | 0.47 | 0.46 |
| Hex | 3F | A7 | AD | 40 | 3 | 0 | 20 | B7 | 2F | 2E |
| Octal | 77 | 247 | 255 | 100 | 3 | 0 | 40 | 267 | 57 | 56 |
| Binary | 111111 | 10100111 | 10101101 | 1000000 | 11 | 0 | 100000 | 10110111 | 101111 | 101110 |
Color Harmonies of #3FA7AD
Complementary color
Monochromatic Colors of #3FA7AD
Black with #3FA7AD
Text Example
Text Example
White with #3FA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA7AD; }
p { color: rgb(63,167,173); }
H1.HeaderClassName
{
color: #3FA7AD;
}
.AnyTagClassName
{
color: #3FA7AD;
}
</style>
background-color css
<style>
a { background-color: #3FA7AD; }
a { background-color: rgb(63,167,173); }
div.DivClassName
{
background-color: #3FA7AD;
}
.BgClassName
{
background-color: #3FA7AD;
}
</style>
border-color css
<style>
span { border-color: #3FA7AD; }
span { border-color: rgb(63,167,173); }
td.TdClassName
{
border-color: #3FA7AD;
}
.TagClassName
{
border-color: #3FA7AD;
}
</style>