Shades of Pelorous #2695AD
Tints of Pelorous #2695AD
RGB
CMYK
RGB Variations
Color information
#2695AD (or 0x2695AD) is known color: Pelorous. HEX triplet: 26, 95 and AD. RGB value is (38,149,173). Sum of RGB (Red+Green+Blue) = 38+149+173=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #2695AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2695AD is #D96A52. Grayscale: #767676. Windows color (decimal): -14248531 or 11375910. OLE color: 11375910.
HSL color Cylindrical-coordinate representation of color #2695AD: hue angle of 190.67º 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 #2695AD is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 149 | 173 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.32 |
| HSL | 190.67º | 0.64% | 0.41% | - |
| HSV(B) | 190.67º | 0.78% | 0.68% | - |
| XYZ | 19.09 | 24.92 | 43.34 | - |
| YUV | 118.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 173 | 0.78 | 0.14 | 0 | 0.32 | 190.67 | 0.64 | 0.41 |
| Hex | 26 | 95 | AD | 4E | E | 0 | 20 | BF | 40 | 29 |
| Octal | 46 | 225 | 255 | 116 | 16 | 0 | 40 | 277 | 100 | 51 |
| Binary | 100110 | 10010101 | 10101101 | 1001110 | 1110 | 0 | 100000 | 10111111 | 1000000 | 101001 |
Color Harmonies of #2695AD
Complementary color
Monochromatic Colors of #2695AD
Black with #2695AD
Text Example
Text Example
White with #2695AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695AD; }
p { color: rgb(38,149,173); }
H1.HeaderClassName
{
color: #2695AD;
}
.AnyTagClassName
{
color: #2695AD;
}
</style>
background-color css
<style>
a { background-color: #2695AD; }
a { background-color: rgb(38,149,173); }
div.DivClassName
{
background-color: #2695AD;
}
.BgClassName
{
background-color: #2695AD;
}
</style>
border-color css
<style>
span { border-color: #2695AD; }
span { border-color: rgb(38,149,173); }
td.TdClassName
{
border-color: #2695AD;
}
.TagClassName
{
border-color: #2695AD;
}
</style>