Shades of Pelorous #268EB0
Tints of Pelorous #268EB0
RGB
CMYK
RGB Variations
Color information
#268EB0 (or 0x268EB0) is known color: Pelorous. HEX triplet: 26, 8E and B0. RGB value is (38,142,176). Sum of RGB (Red+Green+Blue) = 38+142+176=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #268EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268EB0 is #D9714F. Grayscale: #727272. Windows color (decimal): -14250320 or 11570726. OLE color: 11570726.
HSL color Cylindrical-coordinate representation of color #268EB0: hue angle of 194.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268EB0 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 142 | 176 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.31 |
| HSL | 194.78º | 0.64% | 0.42% | - |
| HSV(B) | 194.78º | 0.78% | 0.69% | - |
| XYZ | 18.31 | 22.89 | 44.53 | - |
| YUV | 114.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 176 | 0.78 | 0.19 | 0 | 0.31 | 194.78 | 0.64 | 0.42 |
| Hex | 26 | 8E | B0 | 4E | 13 | 0 | 1F | C3 | 40 | 2A |
| Octal | 46 | 216 | 260 | 116 | 23 | 0 | 37 | 303 | 100 | 52 |
| Binary | 100110 | 10001110 | 10110000 | 1001110 | 10011 | 0 | 11111 | 11000011 | 1000000 | 101010 |
Color Harmonies of #268EB0
Complementary color
Monochromatic Colors of #268EB0
Black with #268EB0
Text Example
Text Example
White with #268EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268EB0; }
p { color: rgb(38,142,176); }
H1.HeaderClassName
{
color: #268EB0;
}
.AnyTagClassName
{
color: #268EB0;
}
</style>
background-color css
<style>
a { background-color: #268EB0; }
a { background-color: rgb(38,142,176); }
div.DivClassName
{
background-color: #268EB0;
}
.BgClassName
{
background-color: #268EB0;
}
</style>
border-color css
<style>
span { border-color: #268EB0; }
span { border-color: rgb(38,142,176); }
td.TdClassName
{
border-color: #268EB0;
}
.TagClassName
{
border-color: #268EB0;
}
</style>