Shades of Pelorous #268CB9
Tints of Pelorous #268CB9
RGB
CMYK
RGB Variations
Color information
#268CB9 (or 0x268CB9) is known color: Pelorous. HEX triplet: 26, 8C and B9. RGB value is (38,140,185). Sum of RGB (Red+Green+Blue) = 38+140+185=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #268CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CB9 is #D97346. Grayscale: #727272. Windows color (decimal): -14250823 or 12160038. OLE color: 12160038.
HSL color Cylindrical-coordinate representation of color #268CB9: hue angle of 198.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #268CB9 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 140 | 185 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.27 |
| HSL | 198.37º | 0.66% | 0.44% | - |
| HSV(B) | 198.37º | 0.79% | 0.73% | - |
| XYZ | 18.93 | 22.67 | 49.28 | - |
| YUV | 114.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 185 | 0.79 | 0.24 | 0 | 0.27 | 198.37 | 0.66 | 0.44 |
| Hex | 26 | 8C | B9 | 4F | 18 | 0 | 1B | C6 | 42 | 2C |
| Octal | 46 | 214 | 271 | 117 | 30 | 0 | 33 | 306 | 102 | 54 |
| Binary | 100110 | 10001100 | 10111001 | 1001111 | 11000 | 0 | 11011 | 11000110 | 1000010 | 101100 |
Color Harmonies of #268CB9
Complementary color
Monochromatic Colors of #268CB9
Black with #268CB9
Text Example
Text Example
White with #268CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268CB9; }
p { color: rgb(38,140,185); }
H1.HeaderClassName
{
color: #268CB9;
}
.AnyTagClassName
{
color: #268CB9;
}
</style>
background-color css
<style>
a { background-color: #268CB9; }
a { background-color: rgb(38,140,185); }
div.DivClassName
{
background-color: #268CB9;
}
.BgClassName
{
background-color: #268CB9;
}
</style>
border-color css
<style>
span { border-color: #268CB9; }
span { border-color: rgb(38,140,185); }
td.TdClassName
{
border-color: #268CB9;
}
.TagClassName
{
border-color: #268CB9;
}
</style>