Shades of Pelorous #2F99AA
Tints of Pelorous #2F99AA
RGB
CMYK
RGB Variations
Color information
#2F99AA (or 0x2F99AA) is known color: Pelorous. HEX triplet: 2F, 99 and AA. RGB value is (47,153,170). Sum of RGB (Red+Green+Blue) = 47+153+170=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F99AA is #D06655. Grayscale: #7B7B7B. Windows color (decimal): -13657686 or 11180335. OLE color: 11180335.
HSL color Cylindrical-coordinate representation of color #2F99AA: hue angle of 188.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F99AA is Cyan = 0.72, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 153 | 170 | - |
| CMYK | 0.72 | 0.1 | 0 | 0.33 |
| HSL | 188.29º | 0.57% | 0.43% | - |
| HSV(B) | 188.29º | 0.72% | 0.67% | - |
| XYZ | 19.82 | 26.29 | 42.06 | - |
| YUV | 123.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 170 | 0.72 | 0.1 | 0 | 0.33 | 188.29 | 0.57 | 0.43 |
| Hex | 2F | 99 | AA | 48 | A | 0 | 21 | BC | 39 | 2B |
| Octal | 57 | 231 | 252 | 110 | 12 | 0 | 41 | 274 | 71 | 53 |
| Binary | 101111 | 10011001 | 10101010 | 1001000 | 1010 | 0 | 100001 | 10111100 | 111001 | 101011 |
Color Harmonies of #2F99AA
Complementary color
Monochromatic Colors of #2F99AA
Black with #2F99AA
Text Example
Text Example
White with #2F99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F99AA; }
p { color: rgb(47,153,170); }
H1.HeaderClassName
{
color: #2F99AA;
}
.AnyTagClassName
{
color: #2F99AA;
}
</style>
background-color css
<style>
a { background-color: #2F99AA; }
a { background-color: rgb(47,153,170); }
div.DivClassName
{
background-color: #2F99AA;
}
.BgClassName
{
background-color: #2F99AA;
}
</style>
border-color css
<style>
span { border-color: #2F99AA; }
span { border-color: rgb(47,153,170); }
td.TdClassName
{
border-color: #2F99AA;
}
.TagClassName
{
border-color: #2F99AA;
}
</style>