Shades of Pelorous #2691AC
Tints of Pelorous #2691AC
RGB
CMYK
RGB Variations
Color information
#2691AC (or 0x2691AC) is known color: Pelorous. HEX triplet: 26, 91 and AC. RGB value is (38,145,172). Sum of RGB (Red+Green+Blue) = 38+145+172=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #2691AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2691AC is #D96E53. Grayscale: #737373. Windows color (decimal): -14249556 or 11309350. OLE color: 11309350.
HSL color Cylindrical-coordinate representation of color #2691AC: hue angle of 192.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2691AC is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 145 | 172 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.33 |
| HSL | 192.09º | 0.64% | 0.41% | - |
| HSV(B) | 192.09º | 0.78% | 0.67% | - |
| XYZ | 18.37 | 23.64 | 42.62 | - |
| YUV | 116.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 172 | 0.78 | 0.16 | 0 | 0.33 | 192.09 | 0.64 | 0.41 |
| Hex | 26 | 91 | AC | 4E | 10 | 0 | 21 | C0 | 40 | 29 |
| Octal | 46 | 221 | 254 | 116 | 20 | 0 | 41 | 300 | 100 | 51 |
| Binary | 100110 | 10010001 | 10101100 | 1001110 | 10000 | 0 | 100001 | 11000000 | 1000000 | 101001 |
Color Harmonies of #2691AC
Complementary color
Monochromatic Colors of #2691AC
Black with #2691AC
Text Example
Text Example
White with #2691AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2691AC; }
p { color: rgb(38,145,172); }
H1.HeaderClassName
{
color: #2691AC;
}
.AnyTagClassName
{
color: #2691AC;
}
</style>
background-color css
<style>
a { background-color: #2691AC; }
a { background-color: rgb(38,145,172); }
div.DivClassName
{
background-color: #2691AC;
}
.BgClassName
{
background-color: #2691AC;
}
</style>
border-color css
<style>
span { border-color: #2691AC; }
span { border-color: rgb(38,145,172); }
td.TdClassName
{
border-color: #2691AC;
}
.TagClassName
{
border-color: #2691AC;
}
</style>