Shades of Orient #2B6681
Tints of Orient #2B6681
RGB
CMYK
RGB Variations
Color information
#2B6681 (or 0x2B6681) is known color: Orient. HEX triplet: 2B, 66 and 81. RGB value is (43,102,129). Sum of RGB (Red+Green+Blue) = 43+102+129=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B6681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6681 is #D4997E. Grayscale: #575757. Windows color (decimal): -13932927 or 8480299. OLE color: 8480299.
HSL color Cylindrical-coordinate representation of color #2B6681: hue angle of 198.84º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B6681 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 102 | 129 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.49 |
| HSL | 198.84º | 0.5% | 0.34% | - |
| HSV(B) | 198.84º | 0.67% | 0.51% | - |
| XYZ | 9.71 | 11.6 | 22.5 | - |
| YUV | 87.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 129 | 0.67 | 0.21 | 0 | 0.49 | 198.84 | 0.5 | 0.34 |
| Hex | 2B | 66 | 81 | 43 | 15 | 0 | 31 | C7 | 32 | 22 |
| Octal | 53 | 146 | 201 | 103 | 25 | 0 | 61 | 307 | 62 | 42 |
| Binary | 101011 | 1100110 | 10000001 | 1000011 | 10101 | 0 | 110001 | 11000111 | 110010 | 100010 |
Color Harmonies of #2B6681
Complementary color
Monochromatic Colors of #2B6681
Black with #2B6681
Text Example
Text Example
White with #2B6681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6681; }
p { color: rgb(43,102,129); }
H1.HeaderClassName
{
color: #2B6681;
}
.AnyTagClassName
{
color: #2B6681;
}
</style>
background-color css
<style>
a { background-color: #2B6681; }
a { background-color: rgb(43,102,129); }
div.DivClassName
{
background-color: #2B6681;
}
.BgClassName
{
background-color: #2B6681;
}
</style>
border-color css
<style>
span { border-color: #2B6681; }
span { border-color: rgb(43,102,129); }
td.TdClassName
{
border-color: #2B6681;
}
.TagClassName
{
border-color: #2B6681;
}
</style>