Shades of Pelorous #2694C6
Tints of Pelorous #2694C6
RGB
CMYK
RGB Variations
Color information
#2694C6 (or 0x2694C6) is known color: Pelorous. HEX triplet: 26, 94 and C6. RGB value is (38,148,198). Sum of RGB (Red+Green+Blue) = 38+148+198=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #2694C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2694C6 is #D96B39. Grayscale: #787878. Windows color (decimal): -14248762 or 13014054. OLE color: 13014054.
HSL color Cylindrical-coordinate representation of color #2694C6: hue angle of 198.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2694C6 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 148 | 198 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.22 |
| HSL | 198.75º | 0.68% | 0.46% | - |
| HSV(B) | 198.75º | 0.81% | 0.78% | - |
| XYZ | 21.58 | 25.67 | 57.24 | - |
| YUV | 120.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 198 | 0.81 | 0.25 | 0 | 0.22 | 198.75 | 0.68 | 0.46 |
| Hex | 26 | 94 | C6 | 51 | 19 | 0 | 16 | C7 | 44 | 2E |
| Octal | 46 | 224 | 306 | 121 | 31 | 0 | 26 | 307 | 104 | 56 |
| Binary | 100110 | 10010100 | 11000110 | 1010001 | 11001 | 0 | 10110 | 11000111 | 1000100 | 101110 |
Color Harmonies of #2694C6
Complementary color
Monochromatic Colors of #2694C6
Black with #2694C6
Text Example
Text Example
White with #2694C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2694C6; }
p { color: rgb(38,148,198); }
H1.HeaderClassName
{
color: #2694C6;
}
.AnyTagClassName
{
color: #2694C6;
}
</style>
background-color css
<style>
a { background-color: #2694C6; }
a { background-color: rgb(38,148,198); }
div.DivClassName
{
background-color: #2694C6;
}
.BgClassName
{
background-color: #2694C6;
}
</style>
border-color css
<style>
span { border-color: #2694C6; }
span { border-color: rgb(38,148,198); }
td.TdClassName
{
border-color: #2694C6;
}
.TagClassName
{
border-color: #2694C6;
}
</style>