Shades of Pelorous #2695D0
Tints of Pelorous #2695D0
RGB
CMYK
RGB Variations
Color information
#2695D0 (or 0x2695D0) is known color: Pelorous. HEX triplet: 26, 95 and D0. RGB value is (38,149,208). Sum of RGB (Red+Green+Blue) = 38+149+208=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #2695D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695D0 is #D96A2F. Grayscale: #7A7A7A. Windows color (decimal): -14248496 or 13669670. OLE color: 13669670.
HSL color Cylindrical-coordinate representation of color #2695D0: hue angle of 200.82º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2695D0 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 149 | 208 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.18 |
| HSL | 200.82º | 0.69% | 0.48% | - |
| HSV(B) | 200.82º | 0.82% | 0.82% | - |
| XYZ | 22.93 | 26.46 | 63.57 | - |
| YUV | 122.54 | 176.23 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 208 | 0.82 | 0.28 | 0 | 0.18 | 200.82 | 0.69 | 0.48 |
| Hex | 26 | 95 | D0 | 52 | 1C | 0 | 12 | C9 | 45 | 30 |
| Octal | 46 | 225 | 320 | 122 | 34 | 0 | 22 | 311 | 105 | 60 |
| Binary | 100110 | 10010101 | 11010000 | 1010010 | 11100 | 0 | 10010 | 11001001 | 1000101 | 110000 |
Color Harmonies of #2695D0
Complementary color
Monochromatic Colors of #2695D0
Black with #2695D0
Text Example
Text Example
White with #2695D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695D0; }
p { color: rgb(38,149,208); }
H1.HeaderClassName
{
color: #2695D0;
}
.AnyTagClassName
{
color: #2695D0;
}
</style>
background-color css
<style>
a { background-color: #2695D0; }
a { background-color: rgb(38,149,208); }
div.DivClassName
{
background-color: #2695D0;
}
.BgClassName
{
background-color: #2695D0;
}
</style>
border-color css
<style>
span { border-color: #2695D0; }
span { border-color: rgb(38,149,208); }
td.TdClassName
{
border-color: #2695D0;
}
.TagClassName
{
border-color: #2695D0;
}
</style>