Shades of Pelorous #268BAC
Tints of Pelorous #268BAC
RGB
CMYK
RGB Variations
Color information
#268BAC (or 0x268BAC) is known color: Pelorous. HEX triplet: 26, 8B and AC. RGB value is (38,139,172). Sum of RGB (Red+Green+Blue) = 38+139+172=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #268BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268BAC is #D97453. Grayscale: #707070. Windows color (decimal): -14251092 or 11307814. OLE color: 11307814.
HSL color Cylindrical-coordinate representation of color #268BAC: hue angle of 194.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268BAC is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 139 | 172 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.33 |
| HSL | 194.78º | 0.64% | 0.41% | - |
| HSV(B) | 194.78º | 0.78% | 0.67% | - |
| XYZ | 17.48 | 21.86 | 42.33 | - |
| YUV | 112.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 172 | 0.78 | 0.19 | 0 | 0.33 | 194.78 | 0.64 | 0.41 |
| Hex | 26 | 8B | AC | 4E | 13 | 0 | 21 | C3 | 40 | 29 |
| Octal | 46 | 213 | 254 | 116 | 23 | 0 | 41 | 303 | 100 | 51 |
| Binary | 100110 | 10001011 | 10101100 | 1001110 | 10011 | 0 | 100001 | 11000011 | 1000000 | 101001 |
Color Harmonies of #268BAC
Complementary color
Monochromatic Colors of #268BAC
Black with #268BAC
Text Example
Text Example
White with #268BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268BAC; }
p { color: rgb(38,139,172); }
H1.HeaderClassName
{
color: #268BAC;
}
.AnyTagClassName
{
color: #268BAC;
}
</style>
background-color css
<style>
a { background-color: #268BAC; }
a { background-color: rgb(38,139,172); }
div.DivClassName
{
background-color: #268BAC;
}
.BgClassName
{
background-color: #268BAC;
}
</style>
border-color css
<style>
span { border-color: #268BAC; }
span { border-color: rgb(38,139,172); }
td.TdClassName
{
border-color: #268BAC;
}
.TagClassName
{
border-color: #268BAC;
}
</style>