Shades of Pelorous #2690C9
Tints of Pelorous #2690C9
RGB
CMYK
RGB Variations
Color information
#2690C9 (or 0x2690C9) is known color: Pelorous. HEX triplet: 26, 90 and C9. RGB value is (38,144,201). Sum of RGB (Red+Green+Blue) = 38+144+201=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #2690C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2690C9 is #D96F36. Grayscale: #767676. Windows color (decimal): -14249783 or 13209638. OLE color: 13209638.
HSL color Cylindrical-coordinate representation of color #2690C9: hue angle of 200.98º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2690C9 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 144 | 201 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.21 |
| HSL | 200.98º | 0.68% | 0.47% | - |
| HSV(B) | 200.98º | 0.81% | 0.79% | - |
| XYZ | 21.32 | 24.58 | 58.88 | - |
| YUV | 118.8 | 174.38 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 201 | 0.81 | 0.28 | 0 | 0.21 | 200.98 | 0.68 | 0.47 |
| Hex | 26 | 90 | C9 | 51 | 1C | 0 | 15 | C9 | 44 | 2F |
| Octal | 46 | 220 | 311 | 121 | 34 | 0 | 25 | 311 | 104 | 57 |
| Binary | 100110 | 10010000 | 11001001 | 1010001 | 11100 | 0 | 10101 | 11001001 | 1000100 | 101111 |
Color Harmonies of #2690C9
Complementary color
Monochromatic Colors of #2690C9
Black with #2690C9
Text Example
Text Example
White with #2690C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690C9; }
p { color: rgb(38,144,201); }
H1.HeaderClassName
{
color: #2690C9;
}
.AnyTagClassName
{
color: #2690C9;
}
</style>
background-color css
<style>
a { background-color: #2690C9; }
a { background-color: rgb(38,144,201); }
div.DivClassName
{
background-color: #2690C9;
}
.BgClassName
{
background-color: #2690C9;
}
</style>
border-color css
<style>
span { border-color: #2690C9; }
span { border-color: rgb(38,144,201); }
td.TdClassName
{
border-color: #2690C9;
}
.TagClassName
{
border-color: #2690C9;
}
</style>