Shades of Orient #2B657F
Tints of Orient #2B657F
RGB
CMYK
RGB Variations
Color information
#2B657F (or 0x2B657F) is known color: Orient. HEX triplet: 2B, 65 and 7F. RGB value is (43,101,127). Sum of RGB (Red+Green+Blue) = 43+101+127=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B657F is #D49A80. Grayscale: #565656. Windows color (decimal): -13933185 or 8348971. OLE color: 8348971.
HSL color Cylindrical-coordinate representation of color #2B657F: hue angle of 198.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B657F is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 101 | 127 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.50 |
| HSL | 198.57º | 0.49% | 0.33% | - |
| HSV(B) | 198.57º | 0.66% | 0.5% | - |
| XYZ | 9.48 | 11.35 | 21.77 | - |
| YUV | 86.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 127 | 0.66 | 0.20 | 0 | 0.50 | 198.57 | 0.49 | 0.33 |
| Hex | 2B | 65 | 7F | 42 | 14 | 0 | 32 | C7 | 31 | 21 |
| Octal | 53 | 145 | 177 | 102 | 24 | 0 | 62 | 307 | 61 | 41 |
| Binary | 101011 | 1100101 | 1111111 | 1000010 | 10100 | 0 | 110010 | 11000111 | 110001 | 100001 |
Color Harmonies of #2B657F
Complementary color
Monochromatic Colors of #2B657F
Black with #2B657F
Text Example
Text Example
White with #2B657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B657F; }
p { color: rgb(43,101,127); }
H1.HeaderClassName
{
color: #2B657F;
}
.AnyTagClassName
{
color: #2B657F;
}
</style>
background-color css
<style>
a { background-color: #2B657F; }
a { background-color: rgb(43,101,127); }
div.DivClassName
{
background-color: #2B657F;
}
.BgClassName
{
background-color: #2B657F;
}
</style>
border-color css
<style>
span { border-color: #2B657F; }
span { border-color: rgb(43,101,127); }
td.TdClassName
{
border-color: #2B657F;
}
.TagClassName
{
border-color: #2B657F;
}
</style>