Shades of Pelorous #269BA8
Tints of Pelorous #269BA8
RGB
CMYK
RGB Variations
Color information
#269BA8 (or 0x269BA8) is known color: Pelorous. HEX triplet: 26, 9B and A8. RGB value is (38,155,168). Sum of RGB (Red+Green+Blue) = 38+155+168=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #269BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269BA8 is #D96457. Grayscale: #797979. Windows color (decimal): -14247000 or 11049766. OLE color: 11049766.
HSL color Cylindrical-coordinate representation of color #269BA8: hue angle of 186º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269BA8 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 155 | 168 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.34 |
| HSL | 186º | 0.63% | 0.4% | - |
| HSV(B) | 186º | 0.77% | 0.66% | - |
| XYZ | 19.59 | 26.68 | 41.16 | - |
| YUV | 121.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 168 | 0.77 | 0.08 | 0 | 0.34 | 186 | 0.63 | 0.4 |
| Hex | 26 | 9B | A8 | 4D | 8 | 0 | 22 | BA | 3F | 28 |
| Octal | 46 | 233 | 250 | 115 | 10 | 0 | 42 | 272 | 77 | 50 |
| Binary | 100110 | 10011011 | 10101000 | 1001101 | 1000 | 0 | 100010 | 10111010 | 111111 | 101000 |
Color Harmonies of #269BA8
Complementary color
Monochromatic Colors of #269BA8
Black with #269BA8
Text Example
Text Example
White with #269BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BA8; }
p { color: rgb(38,155,168); }
H1.HeaderClassName
{
color: #269BA8;
}
.AnyTagClassName
{
color: #269BA8;
}
</style>
background-color css
<style>
a { background-color: #269BA8; }
a { background-color: rgb(38,155,168); }
div.DivClassName
{
background-color: #269BA8;
}
.BgClassName
{
background-color: #269BA8;
}
</style>
border-color css
<style>
span { border-color: #269BA8; }
span { border-color: rgb(38,155,168); }
td.TdClassName
{
border-color: #269BA8;
}
.TagClassName
{
border-color: #269BA8;
}
</style>