Shades of Orient #2B6279
Tints of Orient #2B6279
RGB
CMYK
RGB Variations
Color information
#2B6279 (or 0x2B6279) is known color: Orient. HEX triplet: 2B, 62 and 79. RGB value is (43,98,121). Sum of RGB (Red+Green+Blue) = 43+98+121=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B6279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6279 is #D49D86. Grayscale: #545454. Windows color (decimal): -13933959 or 7954987. OLE color: 7954987.
HSL color Cylindrical-coordinate representation of color #2B6279: hue angle of 197.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6279 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 98 | 121 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.53 |
| HSL | 197.69º | 0.48% | 0.32% | - |
| HSV(B) | 197.69º | 0.64% | 0.47% | - |
| XYZ | 8.82 | 10.63 | 19.68 | - |
| YUV | 84.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 121 | 0.64 | 0.19 | 0 | 0.53 | 197.69 | 0.48 | 0.32 |
| Hex | 2B | 62 | 79 | 40 | 13 | 0 | 35 | C6 | 30 | 20 |
| Octal | 53 | 142 | 171 | 100 | 23 | 0 | 65 | 306 | 60 | 40 |
| Binary | 101011 | 1100010 | 1111001 | 1000000 | 10011 | 0 | 110101 | 11000110 | 110000 | 100000 |
Color Harmonies of #2B6279
Complementary color
Monochromatic Colors of #2B6279
Black with #2B6279
Text Example
Text Example
White with #2B6279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6279; }
p { color: rgb(43,98,121); }
H1.HeaderClassName
{
color: #2B6279;
}
.AnyTagClassName
{
color: #2B6279;
}
</style>
background-color css
<style>
a { background-color: #2B6279; }
a { background-color: rgb(43,98,121); }
div.DivClassName
{
background-color: #2B6279;
}
.BgClassName
{
background-color: #2B6279;
}
</style>
border-color css
<style>
span { border-color: #2B6279; }
span { border-color: rgb(43,98,121); }
td.TdClassName
{
border-color: #2B6279;
}
.TagClassName
{
border-color: #2B6279;
}
</style>