Shades of Pelorous #2690CE
Tints of Pelorous #2690CE
RGB
CMYK
RGB Variations
Color information
#2690CE (or 0x2690CE) is known color: Pelorous. HEX triplet: 26, 90 and CE. RGB value is (38,144,206). Sum of RGB (Red+Green+Blue) = 38+144+206=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #2690CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2690CE is #D96F31. Grayscale: #777777. Windows color (decimal): -14249778 or 13537318. OLE color: 13537318.
HSL color Cylindrical-coordinate representation of color #2690CE: hue angle of 202.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2690CE is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 144 | 206 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.19 |
| HSL | 202.14º | 0.69% | 0.48% | - |
| HSV(B) | 202.14º | 0.82% | 0.81% | - |
| XYZ | 21.91 | 24.81 | 62.03 | - |
| YUV | 119.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 206 | 0.82 | 0.30 | 0 | 0.19 | 202.14 | 0.69 | 0.48 |
| Hex | 26 | 90 | CE | 52 | 1E | 0 | 13 | CA | 45 | 30 |
| Octal | 46 | 220 | 316 | 122 | 36 | 0 | 23 | 312 | 105 | 60 |
| Binary | 100110 | 10010000 | 11001110 | 1010010 | 11110 | 0 | 10011 | 11001010 | 1000101 | 110000 |
Color Harmonies of #2690CE
Complementary color
Monochromatic Colors of #2690CE
Black with #2690CE
Text Example
Text Example
White with #2690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690CE; }
p { color: rgb(38,144,206); }
H1.HeaderClassName
{
color: #2690CE;
}
.AnyTagClassName
{
color: #2690CE;
}
</style>
background-color css
<style>
a { background-color: #2690CE; }
a { background-color: rgb(38,144,206); }
div.DivClassName
{
background-color: #2690CE;
}
.BgClassName
{
background-color: #2690CE;
}
</style>
border-color css
<style>
span { border-color: #2690CE; }
span { border-color: rgb(38,144,206); }
td.TdClassName
{
border-color: #2690CE;
}
.TagClassName
{
border-color: #2690CE;
}
</style>