Shades of Pelorous #268EBC
Tints of Pelorous #268EBC
RGB
CMYK
RGB Variations
Color information
#268EBC (or 0x268EBC) is known color: Pelorous. HEX triplet: 26, 8E and BC. RGB value is (38,142,188). Sum of RGB (Red+Green+Blue) = 38+142+188=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #268EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EBC is #D97143. Grayscale: #737373. Windows color (decimal): -14250308 or 12357158. OLE color: 12357158.
HSL color Cylindrical-coordinate representation of color #268EBC: hue angle of 198.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268EBC is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 142 | 188 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.26 |
| HSL | 198.4º | 0.66% | 0.44% | - |
| HSV(B) | 198.4º | 0.8% | 0.74% | - |
| XYZ | 19.55 | 23.39 | 51.06 | - |
| YUV | 116.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 188 | 0.80 | 0.24 | 0 | 0.26 | 198.4 | 0.66 | 0.44 |
| Hex | 26 | 8E | BC | 50 | 18 | 0 | 1A | C6 | 42 | 2C |
| Octal | 46 | 216 | 274 | 120 | 30 | 0 | 32 | 306 | 102 | 54 |
| Binary | 100110 | 10001110 | 10111100 | 1010000 | 11000 | 0 | 11010 | 11000110 | 1000010 | 101100 |
Color Harmonies of #268EBC
Complementary color
Monochromatic Colors of #268EBC
Black with #268EBC
Text Example
Text Example
White with #268EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EBC; }
p { color: rgb(38,142,188); }
H1.HeaderClassName
{
color: #268EBC;
}
.AnyTagClassName
{
color: #268EBC;
}
</style>
background-color css
<style>
a { background-color: #268EBC; }
a { background-color: rgb(38,142,188); }
div.DivClassName
{
background-color: #268EBC;
}
.BgClassName
{
background-color: #268EBC;
}
</style>
border-color css
<style>
span { border-color: #268EBC; }
span { border-color: rgb(38,142,188); }
td.TdClassName
{
border-color: #268EBC;
}
.TagClassName
{
border-color: #268EBC;
}
</style>