Shades of Pelorous #268EBA
Tints of Pelorous #268EBA
RGB
CMYK
RGB Variations
Color information
#268EBA (or 0x268EBA) is known color: Pelorous. HEX triplet: 26, 8E and BA. RGB value is (38,142,186). Sum of RGB (Red+Green+Blue) = 38+142+186=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #268EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EBA is #D97145. Grayscale: #737373. Windows color (decimal): -14250310 or 12226086. OLE color: 12226086.
HSL color Cylindrical-coordinate representation of color #268EBA: hue angle of 197.84º 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 #268EBA is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 142 | 186 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.27 |
| HSL | 197.84º | 0.66% | 0.44% | - |
| HSV(B) | 197.84º | 0.8% | 0.73% | - |
| XYZ | 19.34 | 23.3 | 49.93 | - |
| YUV | 115.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 186 | 0.80 | 0.24 | 0 | 0.27 | 197.84 | 0.66 | 0.44 |
| Hex | 26 | 8E | BA | 50 | 18 | 0 | 1B | C6 | 42 | 2C |
| Octal | 46 | 216 | 272 | 120 | 30 | 0 | 33 | 306 | 102 | 54 |
| Binary | 100110 | 10001110 | 10111010 | 1010000 | 11000 | 0 | 11011 | 11000110 | 1000010 | 101100 |
Color Harmonies of #268EBA
Complementary color
Monochromatic Colors of #268EBA
Black with #268EBA
Text Example
Text Example
White with #268EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EBA; }
p { color: rgb(38,142,186); }
H1.HeaderClassName
{
color: #268EBA;
}
.AnyTagClassName
{
color: #268EBA;
}
</style>
background-color css
<style>
a { background-color: #268EBA; }
a { background-color: rgb(38,142,186); }
div.DivClassName
{
background-color: #268EBA;
}
.BgClassName
{
background-color: #268EBA;
}
</style>
border-color css
<style>
span { border-color: #268EBA; }
span { border-color: rgb(38,142,186); }
td.TdClassName
{
border-color: #268EBA;
}
.TagClassName
{
border-color: #268EBA;
}
</style>