Shades of Pelorous #2FA5B5
Tints of Pelorous #2FA5B5
RGB
CMYK
RGB Variations
Color information
#2FA5B5 (or 0x2FA5B5) is known color: Pelorous. HEX triplet: 2F, A5 and B5. RGB value is (47,165,181). Sum of RGB (Red+Green+Blue) = 47+165+181=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #2FA5B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5B5 is #D05A4A. Grayscale: #838383. Windows color (decimal): -13654603 or 11904303. OLE color: 11904303.
HSL color Cylindrical-coordinate representation of color #2FA5B5: hue angle of 187.16º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FA5B5 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 165 | 181 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.29 |
| HSL | 187.16º | 0.59% | 0.45% | - |
| HSV(B) | 187.16º | 0.74% | 0.71% | - |
| XYZ | 22.97 | 30.85 | 48.46 | - |
| YUV | 131.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 181 | 0.74 | 0.09 | 0 | 0.29 | 187.16 | 0.59 | 0.45 |
| Hex | 2F | A5 | B5 | 4A | 9 | 0 | 1D | BB | 3B | 2D |
| Octal | 57 | 245 | 265 | 112 | 11 | 0 | 35 | 273 | 73 | 55 |
| Binary | 101111 | 10100101 | 10110101 | 1001010 | 1001 | 0 | 11101 | 10111011 | 111011 | 101101 |
Color Harmonies of #2FA5B5
Complementary color
Monochromatic Colors of #2FA5B5
Black with #2FA5B5
Text Example
Text Example
White with #2FA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA5B5; }
p { color: rgb(47,165,181); }
H1.HeaderClassName
{
color: #2FA5B5;
}
.AnyTagClassName
{
color: #2FA5B5;
}
</style>
background-color css
<style>
a { background-color: #2FA5B5; }
a { background-color: rgb(47,165,181); }
div.DivClassName
{
background-color: #2FA5B5;
}
.BgClassName
{
background-color: #2FA5B5;
}
</style>
border-color css
<style>
span { border-color: #2FA5B5; }
span { border-color: rgb(47,165,181); }
td.TdClassName
{
border-color: #2FA5B5;
}
.TagClassName
{
border-color: #2FA5B5;
}
</style>