Shades of Astral #26688C
Tints of Astral #26688C
RGB
CMYK
RGB Variations
Color information
#26688C (or 0x26688C) is known color: Astral. HEX triplet: 26, 68 and 8C. RGB value is (38,104,140). Sum of RGB (Red+Green+Blue) = 38+104+140=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #26688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26688C is #D99773. Grayscale: #585858. Windows color (decimal): -14260084 or 9201702. OLE color: 9201702.
HSL color Cylindrical-coordinate representation of color #26688C: hue angle of 201.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26688C is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 104 | 140 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.45 |
| HSL | 201.18º | 0.57% | 0.35% | - |
| HSV(B) | 201.18º | 0.73% | 0.55% | - |
| XYZ | 10.48 | 12.21 | 26.61 | - |
| YUV | 88.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 140 | 0.73 | 0.26 | 0 | 0.45 | 201.18 | 0.57 | 0.35 |
| Hex | 26 | 68 | 8C | 49 | 1A | 0 | 2D | C9 | 39 | 23 |
| Octal | 46 | 150 | 214 | 111 | 32 | 0 | 55 | 311 | 71 | 43 |
| Binary | 100110 | 1101000 | 10001100 | 1001001 | 11010 | 0 | 101101 | 11001001 | 111001 | 100011 |
Color Harmonies of #26688C
Complementary color
Monochromatic Colors of #26688C
Black with #26688C
Text Example
Text Example
White with #26688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26688C; }
p { color: rgb(38,104,140); }
H1.HeaderClassName
{
color: #26688C;
}
.AnyTagClassName
{
color: #26688C;
}
</style>
background-color css
<style>
a { background-color: #26688C; }
a { background-color: rgb(38,104,140); }
div.DivClassName
{
background-color: #26688C;
}
.BgClassName
{
background-color: #26688C;
}
</style>
border-color css
<style>
span { border-color: #26688C; }
span { border-color: rgb(38,104,140); }
td.TdClassName
{
border-color: #26688C;
}
.TagClassName
{
border-color: #26688C;
}
</style>