Shades of Allports #266C84
Tints of Allports #266C84
RGB
CMYK
RGB Variations
Color information
#266C84 (or 0x266C84) is known color: Allports. HEX triplet: 26, 6C and 84. RGB value is (38,108,132). Sum of RGB (Red+Green+Blue) = 38+108+132=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #266C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C84 is #D9937B. Grayscale: #595959. Windows color (decimal): -14259068 or 8678438. OLE color: 8678438.
HSL color Cylindrical-coordinate representation of color #266C84: hue angle of 195.32º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266C84 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 108 | 132 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.48 |
| HSL | 195.32º | 0.55% | 0.33% | - |
| HSV(B) | 195.32º | 0.71% | 0.52% | - |
| XYZ | 10.33 | 12.8 | 23.76 | - |
| YUV | 89.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 132 | 0.71 | 0.18 | 0 | 0.48 | 195.32 | 0.55 | 0.33 |
| Hex | 26 | 6C | 84 | 47 | 12 | 0 | 30 | C3 | 37 | 21 |
| Octal | 46 | 154 | 204 | 107 | 22 | 0 | 60 | 303 | 67 | 41 |
| Binary | 100110 | 1101100 | 10000100 | 1000111 | 10010 | 0 | 110000 | 11000011 | 110111 | 100001 |
Color Harmonies of #266C84
Complementary color
Monochromatic Colors of #266C84
Black with #266C84
Text Example
Text Example
White with #266C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C84; }
p { color: rgb(38,108,132); }
H1.HeaderClassName
{
color: #266C84;
}
.AnyTagClassName
{
color: #266C84;
}
</style>
background-color css
<style>
a { background-color: #266C84; }
a { background-color: rgb(38,108,132); }
div.DivClassName
{
background-color: #266C84;
}
.BgClassName
{
background-color: #266C84;
}
</style>
border-color css
<style>
span { border-color: #266C84; }
span { border-color: rgb(38,108,132); }
td.TdClassName
{
border-color: #266C84;
}
.TagClassName
{
border-color: #266C84;
}
</style>