Shades of Astral #26678B
Tints of Astral #26678B
RGB
CMYK
RGB Variations
Color information
#26678B (or 0x26678B) is known color: Astral. HEX triplet: 26, 67 and 8B. RGB value is (38,103,139). Sum of RGB (Red+Green+Blue) = 38+103+139=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #26678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26678B is #D99874. Grayscale: #575757. Windows color (decimal): -14260341 or 9135910. OLE color: 9135910.
HSL color Cylindrical-coordinate representation of color #26678B: hue angle of 201.39º 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 #26678B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 103 | 139 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.45 |
| HSL | 201.39º | 0.57% | 0.35% | - |
| HSV(B) | 201.39º | 0.73% | 0.55% | - |
| XYZ | 10.31 | 11.98 | 26.19 | - |
| YUV | 87.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 139 | 0.73 | 0.26 | 0 | 0.45 | 201.39 | 0.57 | 0.35 |
| Hex | 26 | 67 | 8B | 49 | 1A | 0 | 2D | C9 | 39 | 23 |
| Octal | 46 | 147 | 213 | 111 | 32 | 0 | 55 | 311 | 71 | 43 |
| Binary | 100110 | 1100111 | 10001011 | 1001001 | 11010 | 0 | 101101 | 11001001 | 111001 | 100011 |
Color Harmonies of #26678B
Complementary color
Monochromatic Colors of #26678B
Black with #26678B
Text Example
Text Example
White with #26678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26678B; }
p { color: rgb(38,103,139); }
H1.HeaderClassName
{
color: #26678B;
}
.AnyTagClassName
{
color: #26678B;
}
</style>
background-color css
<style>
a { background-color: #26678B; }
a { background-color: rgb(38,103,139); }
div.DivClassName
{
background-color: #26678B;
}
.BgClassName
{
background-color: #26678B;
}
</style>
border-color css
<style>
span { border-color: #26678B; }
span { border-color: rgb(38,103,139); }
td.TdClassName
{
border-color: #26678B;
}
.TagClassName
{
border-color: #26678B;
}
</style>