Shades of Pelorous #2698AC
Tints of Pelorous #2698AC
RGB
CMYK
RGB Variations
Color information
#2698AC (or 0x2698AC) is known color: Pelorous. HEX triplet: 26, 98 and AC. RGB value is (38,152,172). Sum of RGB (Red+Green+Blue) = 38+152+172=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #2698AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2698AC is #D96753. Grayscale: #787878. Windows color (decimal): -14247764 or 11311142. OLE color: 11311142.
HSL color Cylindrical-coordinate representation of color #2698AC: hue angle of 188.96º 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 #2698AC is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 152 | 172 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.33 |
| HSL | 188.96º | 0.64% | 0.41% | - |
| HSV(B) | 188.96º | 0.78% | 0.67% | - |
| XYZ | 19.47 | 25.85 | 42.99 | - |
| YUV | 120.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 172 | 0.78 | 0.12 | 0 | 0.33 | 188.96 | 0.64 | 0.41 |
| Hex | 26 | 98 | AC | 4E | C | 0 | 21 | BD | 40 | 29 |
| Octal | 46 | 230 | 254 | 116 | 14 | 0 | 41 | 275 | 100 | 51 |
| Binary | 100110 | 10011000 | 10101100 | 1001110 | 1100 | 0 | 100001 | 10111101 | 1000000 | 101001 |
Color Harmonies of #2698AC
Complementary color
Monochromatic Colors of #2698AC
Black with #2698AC
Text Example
Text Example
White with #2698AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2698AC; }
p { color: rgb(38,152,172); }
H1.HeaderClassName
{
color: #2698AC;
}
.AnyTagClassName
{
color: #2698AC;
}
</style>
background-color css
<style>
a { background-color: #2698AC; }
a { background-color: rgb(38,152,172); }
div.DivClassName
{
background-color: #2698AC;
}
.BgClassName
{
background-color: #2698AC;
}
</style>
border-color css
<style>
span { border-color: #2698AC; }
span { border-color: rgb(38,152,172); }
td.TdClassName
{
border-color: #2698AC;
}
.TagClassName
{
border-color: #2698AC;
}
</style>