Shades of Pelorous #2697AD
Tints of Pelorous #2697AD
RGB
CMYK
RGB Variations
Color information
#2697AD (or 0x2697AD) is known color: Pelorous. HEX triplet: 26, 97 and AD. RGB value is (38,151,173). Sum of RGB (Red+Green+Blue) = 38+151+173=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #2697AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2697AD is #D96852. Grayscale: #777777. Windows color (decimal): -14248019 or 11376422. OLE color: 11376422.
HSL color Cylindrical-coordinate representation of color #2697AD: hue angle of 189.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2697AD is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 151 | 173 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.32 |
| HSL | 189.78º | 0.64% | 0.41% | - |
| HSV(B) | 189.78º | 0.78% | 0.68% | - |
| XYZ | 19.41 | 25.56 | 43.45 | - |
| YUV | 119.72 | 158.06 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 173 | 0.78 | 0.13 | 0 | 0.32 | 189.78 | 0.64 | 0.41 |
| Hex | 26 | 97 | AD | 4E | D | 0 | 20 | BE | 40 | 29 |
| Octal | 46 | 227 | 255 | 116 | 15 | 0 | 40 | 276 | 100 | 51 |
| Binary | 100110 | 10010111 | 10101101 | 1001110 | 1101 | 0 | 100000 | 10111110 | 1000000 | 101001 |
Color Harmonies of #2697AD
Complementary color
Monochromatic Colors of #2697AD
Black with #2697AD
Text Example
Text Example
White with #2697AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2697AD; }
p { color: rgb(38,151,173); }
H1.HeaderClassName
{
color: #2697AD;
}
.AnyTagClassName
{
color: #2697AD;
}
</style>
background-color css
<style>
a { background-color: #2697AD; }
a { background-color: rgb(38,151,173); }
div.DivClassName
{
background-color: #2697AD;
}
.BgClassName
{
background-color: #2697AD;
}
</style>
border-color css
<style>
span { border-color: #2697AD; }
span { border-color: rgb(38,151,173); }
td.TdClassName
{
border-color: #2697AD;
}
.TagClassName
{
border-color: #2697AD;
}
</style>