Shades of Pelorous #2695AC
Tints of Pelorous #2695AC
RGB
CMYK
RGB Variations
Color information
#2695AC (or 0x2695AC) is known color: Pelorous. HEX triplet: 26, 95 and AC. RGB value is (38,149,172). Sum of RGB (Red+Green+Blue) = 38+149+172=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #2695AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2695AC is #D96A53. Grayscale: #767676. Windows color (decimal): -14248532 or 11310374. OLE color: 11310374.
HSL color Cylindrical-coordinate representation of color #2695AC: hue angle of 190.3º degrees, saturation: 0.64, 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 #2695AC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 149 | 172 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.33 |
| HSL | 190.3º | 0.64% | 0.41% | - |
| HSV(B) | 190.3º | 0.78% | 0.67% | - |
| XYZ | 18.99 | 24.89 | 42.83 | - |
| YUV | 118.43 | 158.23 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 172 | 0.78 | 0.13 | 0 | 0.33 | 190.3 | 0.64 | 0.41 |
| Hex | 26 | 95 | AC | 4E | D | 0 | 21 | BE | 40 | 29 |
| Octal | 46 | 225 | 254 | 116 | 15 | 0 | 41 | 276 | 100 | 51 |
| Binary | 100110 | 10010101 | 10101100 | 1001110 | 1101 | 0 | 100001 | 10111110 | 1000000 | 101001 |
Color Harmonies of #2695AC
Complementary color
Monochromatic Colors of #2695AC
Black with #2695AC
Text Example
Text Example
White with #2695AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695AC; }
p { color: rgb(38,149,172); }
H1.HeaderClassName
{
color: #2695AC;
}
.AnyTagClassName
{
color: #2695AC;
}
</style>
background-color css
<style>
a { background-color: #2695AC; }
a { background-color: rgb(38,149,172); }
div.DivClassName
{
background-color: #2695AC;
}
.BgClassName
{
background-color: #2695AC;
}
</style>
border-color css
<style>
span { border-color: #2695AC; }
span { border-color: rgb(38,149,172); }
td.TdClassName
{
border-color: #2695AC;
}
.TagClassName
{
border-color: #2695AC;
}
</style>