Shades of Pelorous #2691CE
Tints of Pelorous #2691CE
RGB
CMYK
RGB Variations
Color information
#2691CE (or 0x2691CE) is known color: Pelorous. HEX triplet: 26, 91 and CE. RGB value is (38,145,206). Sum of RGB (Red+Green+Blue) = 38+145+206=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2691CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2691CE is #D96E31. Grayscale: #777777. Windows color (decimal): -14249522 or 13537574. OLE color: 13537574.
HSL color Cylindrical-coordinate representation of color #2691CE: hue angle of 201.79º 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 #2691CE is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 145 | 206 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.19 |
| HSL | 201.79º | 0.69% | 0.48% | - |
| HSV(B) | 201.79º | 0.82% | 0.81% | - |
| XYZ | 22.07 | 25.12 | 62.08 | - |
| YUV | 119.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 206 | 0.82 | 0.30 | 0 | 0.19 | 201.79 | 0.69 | 0.48 |
| Hex | 26 | 91 | CE | 52 | 1E | 0 | 13 | CA | 45 | 30 |
| Octal | 46 | 221 | 316 | 122 | 36 | 0 | 23 | 312 | 105 | 60 |
| Binary | 100110 | 10010001 | 11001110 | 1010010 | 11110 | 0 | 10011 | 11001010 | 1000101 | 110000 |
Color Harmonies of #2691CE
Complementary color
Monochromatic Colors of #2691CE
Black with #2691CE
Text Example
Text Example
White with #2691CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691CE; }
p { color: rgb(38,145,206); }
H1.HeaderClassName
{
color: #2691CE;
}
.AnyTagClassName
{
color: #2691CE;
}
</style>
background-color css
<style>
a { background-color: #2691CE; }
a { background-color: rgb(38,145,206); }
div.DivClassName
{
background-color: #2691CE;
}
.BgClassName
{
background-color: #2691CE;
}
</style>
border-color css
<style>
span { border-color: #2691CE; }
span { border-color: rgb(38,145,206); }
td.TdClassName
{
border-color: #2691CE;
}
.TagClassName
{
border-color: #2691CE;
}
</style>