Shades of Astral #2B688A
Tints of Astral #2B688A
RGB
CMYK
RGB Variations
Color information
#2B688A (or 0x2B688A) is known color: Astral. HEX triplet: 2B, 68 and 8A. RGB value is (43,104,138). Sum of RGB (Red+Green+Blue) = 43+104+138=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B688A is #D49775. Grayscale: #595959. Windows color (decimal): -13932406 or 9070635. OLE color: 9070635.
HSL color Cylindrical-coordinate representation of color #2B688A: hue angle of 201.47º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B688A is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 104 | 138 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.46 |
| HSL | 201.47º | 0.52% | 0.35% | - |
| HSV(B) | 201.47º | 0.69% | 0.54% | - |
| XYZ | 10.53 | 12.25 | 25.85 | - |
| YUV | 89.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 138 | 0.69 | 0.25 | 0 | 0.46 | 201.47 | 0.52 | 0.35 |
| Hex | 2B | 68 | 8A | 45 | 19 | 0 | 2E | C9 | 34 | 23 |
| Octal | 53 | 150 | 212 | 105 | 31 | 0 | 56 | 311 | 64 | 43 |
| Binary | 101011 | 1101000 | 10001010 | 1000101 | 11001 | 0 | 101110 | 11001001 | 110100 | 100011 |
Color Harmonies of #2B688A
Complementary color
Monochromatic Colors of #2B688A
Black with #2B688A
Text Example
Text Example
White with #2B688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B688A; }
p { color: rgb(43,104,138); }
H1.HeaderClassName
{
color: #2B688A;
}
.AnyTagClassName
{
color: #2B688A;
}
</style>
background-color css
<style>
a { background-color: #2B688A; }
a { background-color: rgb(43,104,138); }
div.DivClassName
{
background-color: #2B688A;
}
.BgClassName
{
background-color: #2B688A;
}
</style>
border-color css
<style>
span { border-color: #2B688A; }
span { border-color: rgb(43,104,138); }
td.TdClassName
{
border-color: #2B688A;
}
.TagClassName
{
border-color: #2B688A;
}
</style>