Shades of Pelorous #2688BA
Tints of Pelorous #2688BA
RGB
CMYK
RGB Variations
Color information
#2688BA (or 0x2688BA) is known color: Pelorous. HEX triplet: 26, 88 and BA. RGB value is (38,136,186). Sum of RGB (Red+Green+Blue) = 38+136+186=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2688BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688BA is #D97745. Grayscale: #707070. Windows color (decimal): -14251846 or 12224550. OLE color: 12224550.
HSL color Cylindrical-coordinate representation of color #2688BA: hue angle of 200.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2688BA is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 136 | 186 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.27 |
| HSL | 200.27º | 0.66% | 0.44% | - |
| HSV(B) | 200.27º | 0.8% | 0.73% | - |
| XYZ | 18.47 | 21.57 | 49.64 | - |
| YUV | 112.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 186 | 0.80 | 0.27 | 0 | 0.27 | 200.27 | 0.66 | 0.44 |
| Hex | 26 | 88 | BA | 50 | 1B | 0 | 1B | C8 | 42 | 2C |
| Octal | 46 | 210 | 272 | 120 | 33 | 0 | 33 | 310 | 102 | 54 |
| Binary | 100110 | 10001000 | 10111010 | 1010000 | 11011 | 0 | 11011 | 11001000 | 1000010 | 101100 |
Color Harmonies of #2688BA
Complementary color
Monochromatic Colors of #2688BA
Black with #2688BA
Text Example
Text Example
White with #2688BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2688BA; }
p { color: rgb(38,136,186); }
H1.HeaderClassName
{
color: #2688BA;
}
.AnyTagClassName
{
color: #2688BA;
}
</style>
background-color css
<style>
a { background-color: #2688BA; }
a { background-color: rgb(38,136,186); }
div.DivClassName
{
background-color: #2688BA;
}
.BgClassName
{
background-color: #2688BA;
}
</style>
border-color css
<style>
span { border-color: #2688BA; }
span { border-color: rgb(38,136,186); }
td.TdClassName
{
border-color: #2688BA;
}
.TagClassName
{
border-color: #2688BA;
}
</style>