Shades of Pelorous #2692AE
Tints of Pelorous #2692AE
RGB
CMYK
RGB Variations
Color information
#2692AE (or 0x2692AE) is known color: Pelorous. HEX triplet: 26, 92 and AE. RGB value is (38,146,174). Sum of RGB (Red+Green+Blue) = 38+146+174=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #2692AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2692AE is #D96D51. Grayscale: #747474. Windows color (decimal): -14249298 or 11440678. OLE color: 11440678.
HSL color Cylindrical-coordinate representation of color #2692AE: hue angle of 192.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2692AE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 146 | 174 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.32 |
| HSL | 192.35º | 0.64% | 0.42% | - |
| HSV(B) | 192.35º | 0.78% | 0.68% | - |
| XYZ | 18.72 | 24.03 | 43.7 | - |
| YUV | 116.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 174 | 0.78 | 0.16 | 0 | 0.32 | 192.35 | 0.64 | 0.42 |
| Hex | 26 | 92 | AE | 4E | 10 | 0 | 20 | C0 | 40 | 2A |
| Octal | 46 | 222 | 256 | 116 | 20 | 0 | 40 | 300 | 100 | 52 |
| Binary | 100110 | 10010010 | 10101110 | 1001110 | 10000 | 0 | 100000 | 11000000 | 1000000 | 101010 |
Color Harmonies of #2692AE
Complementary color
Monochromatic Colors of #2692AE
Black with #2692AE
Text Example
Text Example
White with #2692AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692AE; }
p { color: rgb(38,146,174); }
H1.HeaderClassName
{
color: #2692AE;
}
.AnyTagClassName
{
color: #2692AE;
}
</style>
background-color css
<style>
a { background-color: #2692AE; }
a { background-color: rgb(38,146,174); }
div.DivClassName
{
background-color: #2692AE;
}
.BgClassName
{
background-color: #2692AE;
}
</style>
border-color css
<style>
span { border-color: #2692AE; }
span { border-color: rgb(38,146,174); }
td.TdClassName
{
border-color: #2692AE;
}
.TagClassName
{
border-color: #2692AE;
}
</style>