Shades of Pelorous #2699AA
Tints of Pelorous #2699AA
RGB
CMYK
RGB Variations
Color information
#2699AA (or 0x2699AA) is known color: Pelorous. HEX triplet: 26, 99 and AA. RGB value is (38,153,170). Sum of RGB (Red+Green+Blue) = 38+153+170=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #2699AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699AA is #D96655. Grayscale: #787878. Windows color (decimal): -14247510 or 11180326. OLE color: 11180326.
HSL color Cylindrical-coordinate representation of color #2699AA: hue angle of 187.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2699AA is Cyan = 0.78, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 153 | 170 | - |
| CMYK | 0.78 | 0.1 | 0 | 0.33 |
| HSL | 187.73º | 0.63% | 0.41% | - |
| HSV(B) | 187.73º | 0.78% | 0.67% | - |
| XYZ | 19.45 | 26.1 | 42.04 | - |
| YUV | 120.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 170 | 0.78 | 0.1 | 0 | 0.33 | 187.73 | 0.63 | 0.41 |
| Hex | 26 | 99 | AA | 4E | A | 0 | 21 | BC | 3F | 29 |
| Octal | 46 | 231 | 252 | 116 | 12 | 0 | 41 | 274 | 77 | 51 |
| Binary | 100110 | 10011001 | 10101010 | 1001110 | 1010 | 0 | 100001 | 10111100 | 111111 | 101001 |
Color Harmonies of #2699AA
Complementary color
Monochromatic Colors of #2699AA
Black with #2699AA
Text Example
Text Example
White with #2699AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699AA; }
p { color: rgb(38,153,170); }
H1.HeaderClassName
{
color: #2699AA;
}
.AnyTagClassName
{
color: #2699AA;
}
</style>
background-color css
<style>
a { background-color: #2699AA; }
a { background-color: rgb(38,153,170); }
div.DivClassName
{
background-color: #2699AA;
}
.BgClassName
{
background-color: #2699AA;
}
</style>
border-color css
<style>
span { border-color: #2699AA; }
span { border-color: rgb(38,153,170); }
td.TdClassName
{
border-color: #2699AA;
}
.TagClassName
{
border-color: #2699AA;
}
</style>