Shades of Pelorous #268EB2
Tints of Pelorous #268EB2
RGB
CMYK
RGB Variations
Color information
#268EB2 (or 0x268EB2) is known color: Pelorous. HEX triplet: 26, 8E and B2. RGB value is (38,142,178). Sum of RGB (Red+Green+Blue) = 38+142+178=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #268EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268EB2 is #D9714D. Grayscale: #727272. Windows color (decimal): -14250318 or 11701798. OLE color: 11701798.
HSL color Cylindrical-coordinate representation of color #268EB2: hue angle of 195.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #268EB2 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 142 | 178 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.30 |
| HSL | 195.43º | 0.65% | 0.42% | - |
| HSV(B) | 195.43º | 0.79% | 0.7% | - |
| XYZ | 18.51 | 22.97 | 45.58 | - |
| YUV | 115.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 178 | 0.79 | 0.20 | 0 | 0.30 | 195.43 | 0.65 | 0.42 |
| Hex | 26 | 8E | B2 | 4F | 14 | 0 | 1E | C3 | 41 | 2A |
| Octal | 46 | 216 | 262 | 117 | 24 | 0 | 36 | 303 | 101 | 52 |
| Binary | 100110 | 10001110 | 10110010 | 1001111 | 10100 | 0 | 11110 | 11000011 | 1000001 | 101010 |
Color Harmonies of #268EB2
Complementary color
Monochromatic Colors of #268EB2
Black with #268EB2
Text Example
Text Example
White with #268EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EB2; }
p { color: rgb(38,142,178); }
H1.HeaderClassName
{
color: #268EB2;
}
.AnyTagClassName
{
color: #268EB2;
}
</style>
background-color css
<style>
a { background-color: #268EB2; }
a { background-color: rgb(38,142,178); }
div.DivClassName
{
background-color: #268EB2;
}
.BgClassName
{
background-color: #268EB2;
}
</style>
border-color css
<style>
span { border-color: #268EB2; }
span { border-color: rgb(38,142,178); }
td.TdClassName
{
border-color: #268EB2;
}
.TagClassName
{
border-color: #268EB2;
}
</style>